vweevers / hallmark

Markdown Style Guide, with linter and automatic fixer.
GNU General Public License v3.0
35 stars 3 forks source link

Reduce scope to linter #38

Closed vweevers closed 8 months ago

vweevers commented 5 years ago

By removing "generative" plugins like remark-git-contributors and remark-toc (#36), which are too opinionated. Instead add a plugins options so dependents can load these themselves.

vweevers commented 3 years ago

Keeping remark-toc for now.

vweevers commented 2 years ago

GitHub's new code view, which makes the outline of markdown documents more accessible, further increases the reduncancy of hallmark's ToC:

image
vweevers commented 8 months ago

remark-git-contributors and remark-toc are gone. TBD what the next step is. I do want to decouple the changelog generator if possible (or even make that the only purpose of hallmark) but that can wait. Closing this for now.