test spell check

This commit is contained in:
Nathan Anderson 2025-10-01 00:03:00 -06:00
parent cebdf81ad9
commit 903e6b06f1
2 changed files with 15 additions and 13 deletions

View File

@ -96,12 +96,13 @@
"siblings_only": false
},
// MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md025.md
"MD025": {
// RegExp for matching title in front matter
"front_matter_title": "^\\s*title\\s*[:=]",
// Heading level
"level": 1
},
"MD025": false,
// {
// RegExp for matching title in front matter
// "front_matter_title": "^\\s*title\\s*[:=]",
// Heading level
// "level": 1
// },
// MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md026.md
"MD026": {
// Punctuation characters
@ -179,12 +180,13 @@
// MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md042.md
"MD042": true,
// MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md043.md
"MD043": {
// List of headings
"headings": [],
// Match case of headings
"match_case": false
},
"MD043": false,
// {
// List of headings
// "headings": [],
// Match case of headings
// "match_case": false
// },
// MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md044.md
"MD044": {
// List of proper names

View File

@ -30,4 +30,4 @@ things. I'm a better person for having learned other niche programming languages
- Gleam
- Nim
(surprisingly no rust, its like mainstream in its deviance or something...)
(surprisigly no rust, its like mainstream in its deviance or something...)