Validate markdown
Use markdownlint / marksman in your editor please
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@ dist/*
|
|||||||
chart/*
|
chart/*
|
||||||
*.yaml
|
*.yaml
|
||||||
*.yml
|
*.yml
|
||||||
|
!.markdownlint.yaml
|
||||||
!generator/*.yaml
|
!generator/*.yaml
|
||||||
doc/venv/*
|
doc/venv/*
|
||||||
!doc/mkdocs.yaml
|
!doc/mkdocs.yaml
|
||||||
|
18
.markdownlint.yaml
Normal file
18
.markdownlint.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# markdownlint configuration file
|
||||||
|
default: true
|
||||||
|
|
||||||
|
MD013: # Line length
|
||||||
|
line_length: 240
|
||||||
|
|
||||||
|
MD010: # Hard tabs
|
||||||
|
code_blocks: false
|
||||||
|
|
||||||
|
# no inline HTML
|
||||||
|
MD033: false
|
||||||
|
|
||||||
|
# heading as first line element...
|
||||||
|
MD041: false
|
||||||
|
|
||||||
|
# list indentation
|
||||||
|
MD007:
|
||||||
|
indent: 4
|
Reference in New Issue
Block a user