markdownlint/test/code_block_fenced.md
2019-06-01 15:26:48 -07:00

23 lines
278 B
Markdown

This is text.
This is a {MD046}
code block.
And here is more text
```text
This is a code block that won't trigger.
```
```text
This is code
with a line with trailing spaces. {MD009:14}
```
But we'll do another:
And this {MD046}
will.
Final text is here