diff --git a/.github/workflows/markdown_linter/.mdlintconfig.yml b/.github/workflows/markdown_linter/.mdlintconfig.yml index 071496e8..40c9209b 100644 --- a/.github/workflows/markdown_linter/.mdlintconfig.yml +++ b/.github/workflows/markdown_linter/.mdlintconfig.yml @@ -58,23 +58,7 @@ MD012: maximum: 1 # MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md -#MD013: -# # Number of characters -# line_length: 80 -# # Number of characters for headings -# heading_line_length: 80 -# # Number of characters for code blocks -# code_block_line_length: 80 -# # Include code blocks -# code_blocks: true -# # Include tables -# tables: true -# # Include headings -# headings: true -# # Strict length checking -# strict: false -# # Stern length checking -# stern: false +MD013: false # MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md014.md MD014: true