markdownlint/test/code_fence_style_tilde.md

20 lines
154 B
Markdown
Raw Normal View History

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