docs: fix indentation of code blocks in lists (#4091)

This commit is contained in:
Erez Rokah
2020-07-28 19:00:28 +02:00
committed by GitHub
parent 75474897f4
commit 9e4cb1181e
6 changed files with 127 additions and 17 deletions

View File

@ -5,6 +5,7 @@
"scripts": {
"start": "gatsby develop",
"build": "gatsby build && mv public dist",
"lint": "markdownlint 'content/docs/**/*.md'",
"copy:contribs": "cp ../.all-contributorsrc data/contributors.json",
"prepare": "npm run copy:contribs",
"reset": "rm -rf .cache"
@ -46,7 +47,8 @@
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^0.5.1",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.20.1"
"eslint-plugin-import": "^2.20.1",
"markdownlint-cli": "^0.23.2"
},
"private": true
}