19yuke2-frontend/.markdownlintrc

14 lines
313 B
Plaintext
Raw Normal View History

2023-04-15 22:05:12 +08:00
{
"line-length": false,
"blanks-around-headings": true,
"single-title": {
"front_matter_title": ""
},
"no-trailing-punctuation": false,
"ol-prefix": false,
"no-inline-html": false,
"no-emphasis-as-heading": false,
"no-bare-urls": false,
"emphasis-style": false,
"link-fragments": false
}