Files
John MacFarlane aafcfa14b0 LaTeX reader: handle \hypertarget with one braced parameter.
This seems to work in LaTeX, no doubt because a single token
is consumed as the target text parameter.

Closes #7418.
2026-06-08 19:22:24 +02:00

191 B

% pandoc -f markdown+raw_tex -t latex
Lorem \hypertarget{anchor} etc

Lorem \hyperlink{anchor}{the link} etc
^D
Lorem \hypertarget{anchor} etc

Lorem \hyperlink{anchor}{the link} etc