mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
e87b86261f
Previously we added semicolons after inline commands not followed by spaces, but mainly this was to deal with one issue: the presence of a semicolon after an inline command, which would be swallowed as a command separator (#9252). This commits adopts an approach that should avoid so many superfluous semicolons: it escapes semicolons that might come right after a command. See #11196.