mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
`\phantomsection` can't be used in this case, so we need `\hypertarget`. Closes #9209.
7 lines
149 B
Markdown
7 lines
149 B
Markdown
```
|
|
% pandoc -t latex
|
|
## [Section]{#Section3}
|
|
^D
|
|
\subsection{\texorpdfstring{\protect\hypertarget{Section3}{}{Section}}{Section}}\label{section}
|
|
```
|