No description
Find a file
JMARyA 0e23d2b1e0
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build/2 Pipeline failed
Merge pull request 'chore(deps): update rust crate clap to v4.5.54' (#16) from renovate/clap-4.x-lockfile into master
Reviewed-on: #16
2026-01-03 14:40:59 +00:00
.woodpecker
src
.gitignore
Cargo.lock chore(deps): update rust crate clap to v4.5.54 2026-01-02 22:03:51 +00:00
Cargo.toml chore(deps): update rust crate jsonschema to 0.38 2025-12-24 19:03: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