mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-15 03:55:38 +00:00
`tokenize pos` already produces tokens positioned relative to pos, but the result was then shifted again by pos's line and column, roughly doubling the reported positions of tokens retokenized from comments in URL arguments. Tokenize from the position just after the '%' instead, and drop the extra shift. Co-Authored-By: Claude <noreply@anthropic.com>