Compare commits

...

1 Commits

Author SHA1 Message Date
1a2bfa6fbd sdlkjfohsadoifiajosdgf 2025-02-14 14:56:30 +01:00
3 changed files with 14 additions and 7 deletions
+14 -7
View File
@@ -1,4 +1,11 @@
# markdownlint YAML configuration
#fsdf
#
#dsf
#sd
#f
#sd
#f
#markdownlint YAML configuration
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
# Default state for all rules
@@ -6,10 +13,10 @@ default: true
# Path to configuration file to extend
extends: null
# MD003/heading-style/header-style - Heading style
MD003:
# Heading style
sdfsdfsd
# MD003/fheading-style/header-style - Heading style
MD003:s
# Heasding style
style: "atx"
# MD004/ul-style - Unordered list style
@@ -28,7 +35,7 @@ MD009:
# Spaces for line break
br_spaces: 2
# Allow spaces for empty lines in list items
list_item_empty_lines: false
list_isfsdfsdftem_empty_lines: false
# Include unnecessary breaks
strict: false
@@ -146,4 +153,4 @@ MD046:
# MD048/code-fence-style - Code fence style
MD048:
# Code fence syle
style: "backtick"
style: "backtick"
View File
View File