Created
May 21, 2025 13:15
-
-
Save ziteh/59424e20c8d58c2e4c6c82a644a51449 to your computer and use it in GitHub Desktop.
Markdown Lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema-strict.json | |
# markdownlint config | |
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md | |
# Default state for all rules | |
default: true | |
# Rules | |
no-alt-text: false | |
no-inline-html: false | |
single-h1: | |
front_matter_title: ^\s*title\s*[:=] | |
line-length: false | |
no-duplicate-heading: | |
siblings_only: true | |
no-trailing-spaces: | |
br_spaces: 2 | |
list_item_empty_lines: false | |
strict: true | |
no-hard-tabs: | |
code_blocks: true | |
spaces_per_tab: 2 | |
no-emphasis-as-heading: false | |
no-blanks-blockquote: false | |
descriptive-link-text: false | |
ul-indent: | |
indent: 2 | |
start_indented: false | |
ul-style: | |
style: dash | |
ol-prefix: | |
style: one_or_ordered | |
table-pipe-style: | |
style: leading_and_trailing | |
heading-style: | |
style: atx | |
code-block-style: | |
style: fenced | |
code-fence-style: | |
style: backtick | |
emphasis-style: | |
style: asterisk | |
strong-style: | |
style: asterisk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment