first commit
This commit is contained in:
commit
8298c15349
93 changed files with 2886 additions and 0 deletions
53
.markdownlint.json
Normal file
53
.markdownlint.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"default": true,
|
||||
"code-block-style": {
|
||||
"style": "fenced"
|
||||
},
|
||||
"code-fence-style": {
|
||||
"style": "backtick"
|
||||
},
|
||||
"emphasis-style": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"strong-style": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"ul-style": {
|
||||
"style": "dash"
|
||||
},
|
||||
"ul-indent": {
|
||||
"indent": 2
|
||||
},
|
||||
"heading-style": {
|
||||
"style": "atx"
|
||||
},
|
||||
"no-duplicate-heading": {
|
||||
"siblings_only": true
|
||||
},
|
||||
"hr-style": {
|
||||
"style": "---"
|
||||
},
|
||||
"ol-prefix": {
|
||||
"style": "ordered"
|
||||
},
|
||||
"no-trailing-punctuation": {
|
||||
"punctuation": ".,;:"
|
||||
},
|
||||
"fenced-code-language": {
|
||||
"allowed_languages": [
|
||||
"bash",
|
||||
"html",
|
||||
"css",
|
||||
"javascript",
|
||||
"php",
|
||||
"json",
|
||||
"yaml",
|
||||
"toml",
|
||||
"markdown",
|
||||
"txt"
|
||||
],
|
||||
"language_only": true
|
||||
},
|
||||
"line-length": false,
|
||||
"first-line-h1": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue