Skip to content

Commit 25b2ffa

Browse files
committed
build: configure rules for markdownlint
1 parent 8a2afae commit 25b2ffa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.markdownlint.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"commands-show-output": false,
3+
"blanks-around-fences": false,
4+
"line-length": false,
5+
"no-inline-html": {
6+
"allowed_elements": ["kbd", "sub"]
7+
}
8+
}

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files.associations": {
88
"*.html": "liquid"
99
},
10+
"[markdown]": {
11+
"editor.formatOnSave": false
12+
},
1013
// Formatter
1114
"[html][liquid]": {
1215
"editor.defaultFormatter": "Shopify.theme-check-vscode"

0 commit comments

Comments
 (0)