aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-23 13:43:24 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:43:24 +0200
commitacbba9adb2e362079ce1fb84be1868b198cc1da0 (patch)
treeeeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /.markdownlint.json
parentdd02c79092aa25cacff1c831815e9ca02b06b620 (diff)
Improved markdownlint (#3918)
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
Diffstat (limited to '.markdownlint.json')
-rw-r--r--.markdownlint.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
index ad37f178e..c6961a7d6 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -1,10 +1,12 @@
{
"default": true,
+ "blanks-around-fences": false,
+ "blanks-around-lists": false,
"first-line-heading": false,
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
- "allowed_elements": [ "kbd" ]
+ "allowed_elements": ["br", "kbd"]
},
"no-multiple-blanks": {
"maximum": 2