This commit is contained in:
JMARyA 2023-10-30 13:29:13 +01:00
commit 2844e68a88
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 1805 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# mdlint
Validate markdown frontmatter using [JSON Schemas](https://json-schema.org)
## Usage
```shell
$ mdlint [OPTION] <SchemaFile> <MarkdownFile>
```