mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 03:36:42 +00:00
Traversal methods are updated to use the new Walk module such that sequences with nested Inline (or Block) elements are traversed in the order in which they appear in the linearized document. Fixes: #5667