Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings.

This commit is contained in:
David Anson 2020-11-15 17:03:20 -08:00
parent bb157b2ce7
commit 3827842930
81 changed files with 161 additions and 123 deletions

View file

@ -1,9 +1,11 @@
# code_fence_style_backtick
```text
This is a code block
```
~~~text
This is {MD048:5} a code block
This is {MD048:7} a code block
~~~
```text
@ -14,6 +16,6 @@ This is fine
~~~text
```
This is not {MD048:15}
This is not {MD048:17}
```
~~~