diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-02-23 15:40:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-25 17:33:54 -0800 |
commit | ba05e1ea02d5227796f12dea2404285300021de6 (patch) | |
tree | 6ee0d7372dcfcd55c67c52b590b32cb1c12701f0 /test/writer.texinfo | |
parent | 38c028bd50fc3781e69370864f163f8d33fd481f (diff) | |
download | pandoc-ba05e1ea02d5227796f12dea2404285300021de6.tar.gz |
Shared.compactify: Avoid mixed lists.
This improves on the original fix to #5285 by preventing
other mixed lists (lists with a mix of Plain and Para
elements) that were allowed given the original fix.
Diffstat (limited to 'test/writer.texinfo')
-rw-r--r-- | test/writer.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/writer.texinfo b/test/writer.texinfo index b55945751..53a25d515 100644 --- a/test/writer.texinfo +++ b/test/writer.texinfo @@ -453,6 +453,7 @@ this is an example list item indented with spaces @enumerate 2 @item begins with 2 + @item and now 3 |