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