mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
We now use source positions from the token stream to tell us how much of the text stream to consume. Getting this to work required a few other changes to make token source positions accurate. Closes #7434.