mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-15 13:30:12 +01:00
29 lines
354 B
Markdown
29 lines
354 B
Markdown
# code_block_indented
|
|
|
|
This is text.
|
|
|
|
This is a
|
|
code block.
|
|
|
|
And here is more text
|
|
|
|
```text
|
|
This is {MD046:10} also a code block.
|
|
```
|
|
|
|
But we'll do another:
|
|
|
|
And this
|
|
will.
|
|
|
|
One last one:
|
|
|
|
This is code
|
|
|
|
with an empty indented line.
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"code-block-style": {
|
|
"style": "indented"
|
|
}
|
|
} -->
|