mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-02 16:07:17 +02:00
21 lines
181 B
Markdown
21 lines
181 B
Markdown
# code_fence_style_tilde
|
|
|
|
```text
|
|
This is {MD048:3} a code block
|
|
```
|
|
|
|
~~~text
|
|
This is a code block
|
|
~~~
|
|
|
|
```text
|
|
~~~
|
|
This is not fine {MD048:11}
|
|
~~~
|
|
```
|
|
|
|
~~~text
|
|
```
|
|
This is
|
|
```
|
|
~~~
|