Sync to latest test file changes from Ruby implementation, commit 1e78c89224fe72572dc6f6c956da284ec7dafe62.

This commit is contained in:
David Anson 2020-04-10 19:21:58 -07:00
parent 214ecb5fb4
commit e470086d3b

View file

@ -0,0 +1,40 @@
# test doc
this is some text
* This is a list item
```fenced
this is a code block within the list item.
```
with more text here
* and another list item here
And another paragraph.
But this code block {MD046}
is *NOT* in a list and should error.
And in addition to that...
```text
This code block is both indented
and fenced and should *also* error.
```
And finally:
```text
This is a code block
And this is a code block in a code block and should *not* error
More stuff here
```
all
{MD046:23}