diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-31 10:48:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-31 10:57:20 -0700 |
commit | 556c6c2c6ded6da4e8fd28e5f57fb55df8625373 (patch) | |
tree | c5bc5c5804d08aab009f45a4d8d540bd3d4c1b8a /test | |
parent | 81610144f94a99dc0156abeffea66ffd7aa808b7 (diff) | |
download | pandoc-556c6c2c6ded6da4e8fd28e5f57fb55df8625373.tar.gz |
Markdown reader: make sure fenced div closers work in lists.
Previously the following failed:
::: {.class}
1. one
2. two
:::
and you needed a blank line before the closing `:::`.
Diffstat (limited to 'test')
-rw-r--r-- | test/command/3596.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/command/3596.md b/test/command/3596.md index 1ae730740..01a871e1b 100644 --- a/test/command/3596.md +++ b/test/command/3596.md @@ -52,7 +52,6 @@ - ::: {#id} bar - ::: - baz |