mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
19 lines
154 B
Markdown
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
|
|
```
|
|
~~~
|