andreasscherbaum / check-markdown-files

Run a pre-flight check on Markdown files before committing blog postings
Apache License 2.0
1 stars 1 forks source link

Add check for lists in Frontmatter #11

Open andreasscherbaum opened 2 weeks ago

andreasscherbaum commented 2 weeks ago

Define Frontmatter headers which are supposed to be lists, and define all entries which can appear in each list. Example:

languages:
- english
- german

In the check, ensure that only these two values can appear in the Frontmatter list.