remark-lint
plugins to check (lint) markdown code style (by remarkjs)
vfile
Virtual file format for text processing used in @unifiedjs (by vfile)
remark-lint | vfile | |
---|---|---|
3 | 1 | |
979 | 504 | |
0.6% | 1.4% | |
8.9 | 6.8 | |
2 months ago | 4 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
remark-lint
Posts with mentions or reviews of remark-lint.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-09.
-
How do you use a Style Guide?
we first looked into Vale but are moving to Remark Lint. Both have VS Code extensions so you can have it prompt you as you work.
-
Why I'm writing a blog every week this year and why you should write more too!
I want to just give a shout out to Remark which is a linter for your READMEs which makes so much sense to me. Our code should be of a consistent standard, so why not the READMEs too!
-
How to create a custom lint rule for Markdown and MDX using remark and ESLint
With our dependencies all installed, we can start creating a .remarkrc.js, which will contain all the plugins that will be consumed by the remark processor. For details about alternative or advanced configurations, please refer to Configuring remark-lint.
vfile
Posts with mentions or reviews of vfile.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-07.
-
How to create a custom lint rule for Markdown and MDX using remark and ESLint
file (required): a virtual file format.
What are some alternatives?
When comparing remark-lint and vfile you can also consider the following projects:
vscode-markdownlint - Markdown linting and style checking for Visual Studio Code
unist - Universal Syntax Tree used by @unifiedjs
vale - :pencil: A markup-aware linter for prose built with speed and extensibility in mind.
unist-util-generated - utility to check if a node is generated
remark-react - Deprecated plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
mdast - Markdown Abstract Syntax Tree format