You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neovide/website/.markdownlintrc

13 lines
205 B
Plaintext

{
/* Wrap lines at 100 chars */
"MD013": {
"line_length": 100
},
/* Allow inline-html */
"MD033": false,
/* Allow non-headings at the top of files */
"MD041": false
}