mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
parent
fd06a50ee5
commit
e9b3cc4c18
17 changed files with 232 additions and 25 deletions
19
test/code_fence_style_tilde.md
Normal file
19
test/code_fence_style_tilde.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
```text
|
||||
This is {MD048:1} a code block
|
||||
```
|
||||
|
||||
~~~text
|
||||
This is a code block
|
||||
~~~
|
||||
|
||||
```text
|
||||
~~~
|
||||
This is not fine {MD048:9}
|
||||
~~~
|
||||
```
|
||||
|
||||
~~~text
|
||||
```
|
||||
This is
|
||||
```
|
||||
~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue