mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add short links to each rule in Rules.md, update README.md to use them (fixes #54).
This commit is contained in:
parent
da529ac286
commit
b436640918
5 changed files with 133 additions and 43 deletions
8
.markdownlint.json
Normal file
8
.markdownlint.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"line-length": false,
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [
|
||||
"a"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue