mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 07:58:49 +01:00
parent
fd06a50ee5
commit
e9b3cc4c18
17 changed files with 232 additions and 25 deletions
19
test/code_fence_style_backtick.md
Normal file
19
test/code_fence_style_backtick.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
```text
|
||||
This is a code block
|
||||
```
|
||||
|
||||
~~~text
|
||||
This is {MD048:5} a code block
|
||||
~~~
|
||||
|
||||
```text
|
||||
~~~
|
||||
This is fine
|
||||
~~~
|
||||
```
|
||||
|
||||
~~~text
|
||||
```
|
||||
This is not {MD048:15}
|
||||
```
|
||||
~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue