Skip to content

Commit

Permalink
docs: Make markdownlint allow 'Blank line inside blockquote'.
Browse files Browse the repository at this point in the history
This is needed in order to allow adjacent callouts, when the documentation
is converted from Jekyll to Obsidian shortly.
  • Loading branch information
claremacrae committed Apr 5, 2023
1 parent 84d7ed6 commit 0f9b472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"MD013": false, // Ignore the line length rule.
"MD022": false, // Headers should be surrounded by blank lines - disabled so that {: .no_toc } is next to its heading
"MD025": false, // Allow the title in the front matter and markdown heading one to match.
"MD028": false, // Allow 'Blank line inside blockquote', in order to allow adjacent callouts
"MD033": false, // Allow Inline HTML.
"MD046": false // Allow fenced code blocks, for syntax hughlighting.
}

0 comments on commit 0f9b472

Please sign in to comment.