This project has been super helpful. I have several projects for documentation written in Markdown. Using this tool helps to validate and enforce consistency in Markdown syntax.
I am also using textlint in my projects. It's a great tool for enforcing writing styile/guideline. Textlint itself is a framework that uses various rules. Quite a few rules already exist and if one doesn't exist, you can create your own rule to validate contents against your unique requirements.
You can create fixable rules so that you don't need to manually apply fixes. There's also various different ways of generating reports.
I think it'd be great if markdownlint could be used with textlint, instead of a separate cli. Textlint also offers creating "preset", which is basically a list of rules already pre-configured so that users don't need to configure those rules one at a time.
Thoughts?
This project has been super helpful. I have several projects for documentation written in Markdown. Using this tool helps to validate and enforce consistency in Markdown syntax.
I am also using textlint in my projects. It's a great tool for enforcing writing styile/guideline. Textlint itself is a framework that uses various rules. Quite a few rules already exist and if one doesn't exist, you can create your own rule to validate contents against your unique requirements.
You can create fixable rules so that you don't need to manually apply fixes. There's also various different ways of generating reports.
I think it'd be great if markdownlint could be used with textlint, instead of a separate cli. Textlint also offers creating "preset", which is basically a list of rules already pre-configured so that users don't need to configure those rules one at a time.
Thoughts?