mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings.
This commit is contained in:
parent
bb157b2ce7
commit
3827842930
81 changed files with 161 additions and 123 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# code_fence_style_tilde
|
||||
|
||||
```text
|
||||
This is {MD048:1} a code block
|
||||
This is {MD048:3} a code block
|
||||
```
|
||||
|
||||
~~~text
|
||||
|
|
@ -8,7 +10,7 @@ This is a code block
|
|||
|
||||
```text
|
||||
~~~
|
||||
This is not fine {MD048:9}
|
||||
This is not fine {MD048:11}
|
||||
~~~
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue