This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Markdown linting: Code block style (MD046) #5253
Closed
Description
Bug report
Description
The Markdown linter reports about 704 issues when the rule 'MD046' is enabled.
Steps to reproduce
- In the
_checks/styles/style-rules-prod
changeexclude_rule 'MD046'
torule 'MD046', :style => :fenced
. - In your terminal, run
rake test:md
.
Test your updates
- Follow "Steps to reproduce" locally to get list of errors to fix.
- Preview the HTML locally to ensure your changes did not break formatting in the resulting HTML (run
rake:preview
). For more information, refer to the README.
Note-->Do NOT use special keywords in your commit message.
Expected result
All the reported issues are fixed.
The rake test:md
command returns No issues found
.