aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/6360.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/6360.md b/test/command/6360.md
new file mode 100644
index 000000000..3988710bf
--- /dev/null
+++ b/test/command/6360.md
@@ -0,0 +1,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}}
+```