mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 14:35:44 +00:00
So far, `orgStateLastPreCharPos` wasn't updated appropriately after each parsing to native Str (by the parser `str`). In addition to solving this, the guard `notAfterString` in `emphasisStart` is removed to allow emphasis after Str at the first place.