mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
This seems to work in LaTeX, no doubt because a single token is consumed as the target text parameter. Closes #7418.
11 lines
191 B
Markdown
11 lines
191 B
Markdown
```
|
|
% 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
|
|
```
|