We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
markdownlint
1 parent 8a2afae commit 25b2ffaCopy full SHA for 25b2ffa
.markdownlint.json
@@ -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
@@ -7,6 +7,9 @@
"files.associations": {
"*.html": "liquid"
9
},
10
+ "[markdown]": {
11
+ "editor.formatOnSave": false
12
+ },
13
// Formatter
14
"[html][liquid]": {
15
"editor.defaultFormatter": "Shopify.theme-check-vscode"
0 commit comments