markdownlint/test/code_fence_style_tilde.md
2019-10-24 20:26:27 -07:00

19 lines
154 B
Markdown

```text
This is {MD048:1} a code block
```
~~~text
This is a code block
~~~
```text
~~~
This is not fine {MD048:9}
~~~
```
~~~text
```
This is
```
~~~