mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
19 lines
155 B
Markdown
19 lines
155 B
Markdown
```text
|
|
This is a code block
|
|
```
|
|
|
|
~~~text
|
|
This is {MD048:5} a code block
|
|
~~~
|
|
|
|
```text
|
|
~~~
|
|
This is fine
|
|
~~~
|
|
```
|
|
|
|
~~~text
|
|
```
|
|
This is not {MD048:15}
|
|
```
|
|
~~~
|