mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 04:55:39 +00:00
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.
137 B
137 B
% pandoc -t native
- a
b
- a
- b
^D
[BulletList
[[Para [Str "a"]
,Para [Str "b"]]
,[Para [Str "a"]]
,[Para [Str "b"]]]]