mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-01 00:00:16 +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
|
|
@ -9,5 +9,5 @@ but this time on multiple lines
|
|||
<h1>This shouldn't trigger as it's inside a code block</h1>
|
||||
|
||||
```text
|
||||
<p>Neither should this as it's also in a code block</p>
|
||||
<p>Neither should this as it's also in a code block {MD046:11}</p>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue