maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

Line length limit for Markdown #582

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

The problem

We currently have a 120 characters limit everywhere in the codebase except for Markdown files. We should use it there for consistency as well.

Possible solution

markdownlint (#581) already supports it, we just need to fix the actual files and enable it.

Alternative solutions

Would be nice to have a Markdown formatter that would split the lines automatically. Not sure if that exists.