mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
27 lines
261 B
Markdown
27 lines
261 B
Markdown
# code_fence_style_tilde
|
|
|
|
```text
|
|
This is {MD048:3} a code block
|
|
```
|
|
|
|
~~~text
|
|
This is a code block
|
|
~~~
|
|
|
|
```text
|
|
~~~
|
|
This is not fine {MD048:11}
|
|
~~~
|
|
```
|
|
|
|
~~~text
|
|
```
|
|
This is
|
|
```
|
|
~~~
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD048": {
|
|
"style": "tilde"
|
|
}
|
|
} -->
|