No description
Find a file
JMARyA 8627765540
Some checks failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline was successful
Merge pull request 'chore(deps): update rust crate jsonschema to 0.40' (#18) from renovate/jsonschema-0.x into master
Reviewed-on: #18
2026-01-18 02:21:28 +00:00
.woodpecker
src
.gitignore
Cargo.lock chore(deps): update rust crate jsonschema to 0.40 2026-01-18 01:05:11 +00:00
Cargo.toml chore(deps): update rust crate jsonschema to 0.40 2026-01-18 01:05:11 +00:00
flake.lock
flake.nix
PKGBUILD
README.md
renovate.json

mdlint

Validate markdown frontmatter using JSON Schemas

Usage

$ mdlint [OPTIONS] <SchemaFile> <MarkdownFile> 

Options

Option Description
-g, --greedy Require all properties to be present even if they are not strictly required in schema
-e, --empty-frontmatter Treat missing frontmatter as empty frontmatter
-i, --ignore-missing-frontmatter Dont print an error when no frontmatter has been found
-h, --help Print help
-V, --version Print version