Files
pandoc/test/command/5285.md
T
John MacFarlane 47537d26db Improve tight/loose list handling.
Closes #5285. Previously the algorithm allowed list items
with a mix of Para and Plain, which is never wanted.

compactify in T.P.Shared has been modified so that, if
a list's items contain (at the top level) Para elements
(aside from perhaps at the very end), ALL Plains are
converted to Paras.
2019-02-08 23:16:01 -08:00

137 B

% pandoc -t native
- a

  b
- a

- b
^D
[BulletList
 [[Para [Str "a"]
  ,Para [Str "b"]]
 ,[Para [Str "a"]]
 ,[Para [Str "b"]]]]