mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
f7035d080c
+ Use `\phantomsection` and `\label` instead of `\hypertarget`. + Use `\hyperref` for LaTeX internal links, `\hyperlink` for beamer (since `\hyperref` doesn't seem to work). Closes #9022.
163 B
163 B
% pandoc -f html -t latex
<a></a>
<br/>
^D
{}\strut \\
% pandoc -f html -t latex
<a name="foo"></a><br/>
^D
\phantomsection\label{foo}{}\strut \\