blob: 3988710bfaf50875e6eee64e08c6d98851801def (
plain)
1
2
3
4
5
6
|
```
% pandoc -f native -t latex --wrap=none
[Link ("test2",[],[]) [Str "link",Space,Str "to",Space,Str "text",Space,Str "test1"] ("#test1","")]
^D
\protect\hypertarget{test2}{\protect\hyperlink{test1}{link to text test1}}
```
|