mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10: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
|
|
@ -27,7 +27,7 @@ The following code block doesn't have any dollar signs, and shouldn't fire:
|
|||
cat bar
|
||||
|
||||
The following (fenced) code block doesn't have any content at all, and
|
||||
shouldn't fire:
|
||||
shouldn't fire: {MD046:32}
|
||||
|
||||
```bash
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue