mirror of
https://github.com/vacp2p/mdcheckr.git
synced 2026-01-08 22:48:11 -05:00
tests for non-terminated code blocks
This commit is contained in:
7
tests/06_codeblock_plain_bad.md
Normal file
7
tests/06_codeblock_plain_bad.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Bad plain code block
|
||||
|
||||
This code block is not properly closed, and should fail
|
||||
|
||||
```
|
||||
aaaa
|
||||
|
||||
8
tests/06_codeblock_plain_good.md
Normal file
8
tests/06_codeblock_plain_good.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Good plain code block
|
||||
|
||||
This code block has no language tagged will not be checked.
|
||||
|
||||
```
|
||||
aaaa
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user