No description
Find a file
JMARyA 87e3cf5221
Some checks failed
ci/woodpecker/push/build/2 Pipeline is pending
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline was successful
Merge pull request 'chore(deps): update rust crate console to v0.16.2' (#11) from renovate/console-0.x-lockfile into master
Reviewed-on: #11
2025-12-16 19:49:55 +00:00
.woodpecker update 2025-06-28 01:53:47 +02:00
src fix: jsonschema upgrade 2025-11-19 19:03:28 +01:00
.gitignore init 2023-10-30 13:29:13 +01:00
Cargo.lock chore(deps): update rust crate console to v0.16.2 2025-12-16 15:03:59 +00:00
Cargo.toml Update Rust crate jsonschema to 0.37 2025-11-19 09:02:11 +00:00
flake.lock chore: nix flake 2025-11-30 22:24:56 +01:00
flake.nix chore: nix flake 2025-11-30 22:24:56 +01:00
PKGBUILD update 2025-06-28 01:53:47 +02:00
README.md update README 2024-03-26 13:20:03 +01:00
renovate.json Add renovate.json 2025-06-21 21:37:27 +00:00

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