Skip to content

Commit

Permalink
Reconfigure markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Sep 15, 2023
1 parent 4c21ea6 commit f7df897
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// For information on writing markdownlint configuration see:
// https://github.com/DavidAnson/markdownlint/blob/main/README.md#optionsconfig
{
"MD004": "dash", // Prefer hyphens for unordered lists
"MD013": false, // Exercism tends to break lines at sentence ends rather than at a column limit
"MD024": false, // The format for instructions.md requires repeated headings, e.g. "Task"
"MD048": false // We want three backticks for codeblocks, but four tildes for special blocks.
"MD004": "dash", // Prefer hyphens for unordered lists
"MD013": false, // Exercism tends to break lines at sentence ends rather than at a column limit
"MD024": false, // The format for instructions.md requires repeated headings, e.g. "Task"
"MD048": false, // We want three backticks for codeblocks, but four tildes for special blocks.
"MD049": "underscore" // Prettier uses underscores.
}

0 comments on commit f7df897

Please sign in to comment.