-
-
Notifications
You must be signed in to change notification settings - Fork 83
Enhance Markdown style #80
Copy link
Copy link
Open
Labels
Description
After conversion from HTML to Markdown a lot of markdown rules are not respected.
In VSCode when I open the result the makrdownlint extension marks a lot of MD files with warnings.
While it's not really a problem, at some point you could maybe look at "optimizing" returned content to be compliant with MD RFC.
- https://github.com/DavidAnson/markdownlint/blob/v0.20.4/doc/Rules.md#md012
- https://github.com/DavidAnson/markdownlint/blob/v0.20.4/doc/Rules.md#md041
- https://github.com/DavidAnson/markdownlint/blob/v0.20.4/doc/Rules.md#md010
- https://github.com/DavidAnson/markdownlint/blob/v0.20.4/doc/Rules.md#md009
Of course not sure it all makes sense as some people may not want that - just a thought.
Reactions are currently unavailable

