mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
Previously we dropped periods, commas, etc. This was a regression from 2024. All we really need to do is escape the comma. Closes #11758.
112 B
112 B
% pandoc -t texinfo
[a.b](url)
[a,b](url)
^D
@node Top
@top Top
@uref{url,a.b}
@uref{url,a@comma{}b}