Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-01-24 18:51:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-10-04 09:48:05 +0300
commit482fee1b58fb762f9c91634e1536036c0446f44b (patch)
tree79209184d0f6f6afd15c2c77fe3f9a713d2862f5
parentcaf68d8ae8465ccd05088fc15c15b03183a8b8d9 (diff)
Disable a few more rules.
They are valid, but because we have a mix of Hugo shortcodes and Markdown, it's hard to tackle them.
-rw-r--r--.markdownlint.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
index 168db6b9c2..6de4576dfd 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -14,8 +14,10 @@
"maximum": 2
},
"MD013": false,
+ "MD022": false,
"MD024": false,
"MD026": false,
+ "MD032": false,
"MD033": false,
"MD035": {
"style": "---"