mdtype-rules-stdlib 0.1.0

Built-in body rules for mdtype: forbid-h1, required-sections, section-order, forbidden-sections.
Documentation
1
2
3
4
5
6
7
8
9
# mdtype-rules-stdlib

Built-in body rules for [`mdtype`](https://github.com/serejke/mdtype): `forbid-h1`, `required-sections`, `section-order` (strict + relaxed), `forbidden-sections`. Each rule is one short file, trivially copy-pasteable as a template for downstream rules.

Depends only on `mdtype-core`. See [`docs/rules.md`](https://github.com/serejke/mdtype/blob/main/docs/rules.md) for the catalogue and [`docs/extending.md`](https://github.com/serejke/mdtype/blob/main/docs/extending.md) for how to add your own.

## License

MIT.