diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index 6e341a7..a7367d4 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -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 diff --git a/content/tils/people-are-actually-right.md b/content/tils/people-are-actually-right.md index 71dc58c..202bdda 100644 --- a/content/tils/people-are-actually-right.md +++ b/content/tils/people-are-actually-right.md @@ -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...)