mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
780e605c95
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}