🛠️ Repo: Consolidate modules used for markdown processing #3661
Labels
area: documentation
anything involving docs or mochajs.org
area: repository tooling
concerning ease of contribution
status: accepting prs
Mocha can use your help with this one!
type: cleanup
a refactor
See #3652 which may affect what happens here.
Currently we're using markdown-magic, markdownlint, and remark to handle linting and pre-processing various markdown files (including those used on mochajs.org).
I'm pretty sure everything here can be replaced by
remark
and its plugin ecosystem.If so, let's see if we can do that. If the code ends up being less maintainable or otherwise more burdensome, forget it.
This does not have anything to do with the
markdown
reporter.The text was updated successfully, but these errors were encountered: