mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-21 16:30:12 +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
21
test/code-block-in-list.md
Normal file
21
test/code-block-in-list.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Code Block in List
|
||||
|
||||
Text
|
||||
|
||||
```js
|
||||
// Code
|
||||
```
|
||||
|
||||
Text
|
||||
|
||||
1. Item
|
||||
|
||||
```js
|
||||
// Code
|
||||
```
|
||||
|
||||
1. Item
|
||||
|
||||
```js
|
||||
// Code
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue