markdownlint/test/code_fence_style_backtick.md

27 lines
278 B
Markdown

# code_fence_style_backtick
```text
This is a code block
```
~~~text
This is {MD048:7} a code block
~~~
```text
~~~
This is fine
~~~
```
~~~text
```
This is not {MD048:17}
```
~~~
<!-- markdownlint-configure-file {
"code-fence-style": {
"style": "backtick"
}
} -->