mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-15 21:40:13 +01:00
Implement rule MD046/code-block-style from Ruby version.
This commit is contained in:
parent
c45eead5d7
commit
0af999e218
24 changed files with 236 additions and 19 deletions
17
test/code_block_indented.md
Normal file
17
test/code_block_indented.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
This is text.
|
||||
|
||||
This is a
|
||||
code block.
|
||||
|
||||
And here is more text
|
||||
|
||||
```text
|
||||
This is {MD046:8} also a code block.
|
||||
```
|
||||
|
||||
But we'll do another:
|
||||
|
||||
And this
|
||||
will.
|
||||
|
||||
Final text is here
|
||||
Loading…
Add table
Add a link
Reference in a new issue