mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
7 lines
224 B
Markdown
7 lines
224 B
Markdown
```
|
|
% pandoc -f native -t latex --wrap=none
|
|
[Link ("test2",[],[]) [Str "link",Space,Str "to",Space,Str "text",Space,Str "test1"] ("#test1","")]
|
|
^D
|
|
\protect\phantomsection\label{test2}\hyperref[test1]{link to text test1}
|
|
```
|