Implement rule MD046/code-block-style from Ruby version.

This commit is contained in:
David Anson 2019-04-17 14:42:17 -07:00
parent c45eead5d7
commit 0af999e218
24 changed files with 236 additions and 19 deletions

17
test/code_block_fenced.md Normal file
View file

@ -0,0 +1,17 @@
This is text.
This is a {MD046}
code block.
And here is more text
```text
This is a code block that won't trigger.
```
But we'll do another:
And this {MD046}
will.
Final text is here