markdownlint/test/code_fence_style_tilde.md

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
```
~~~