Skip to content

Commit

Permalink
Move markdownlint config, allow **bold** headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Apr 16, 2024
1 parent 6314c02 commit 0b92d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"hr-style": {
"style": "---"
},
// Allows **Header** instead of ## Header -- should not generally be used in the book, but is fine in select cases.
"no-emphasis-as-heading": false,
// Indented vs ```-fenced.
"code-block-style": {
"style": "fenced"
Expand Down
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ fi
# do not quote $extra, it shouldn't be an argument if empty.
# do quote glob pattern, shell expands differently than tool itself.
# keep in sync with CI arguments.
markdownlint-cli2 --config .github/other/.markdownlint.jsonc ReadMe.md "src/**/*.md" $extra
markdownlint-cli2 --config config/.markdownlint.jsonc ReadMe.md "src/**/*.md" $extra

0 comments on commit 0b92d70

Please sign in to comment.