aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorwgevaert <[email protected]>2023-04-05 17:03:46 +0200
committerGitHub <[email protected]>2023-04-05 08:03:46 -0700
commitfd0f7332ede4329d53f60fa5adae029b1b52b5a2 (patch)
tree099b4846167e0ffbd770af864bc9de756d5de3ca /test/command
parent6da429f82999cdb3f06b9369501088639a3fe126 (diff)
Remove links from inside links in mediawiki writer (#8739)
Co-authored-by: Wout Gevaert <[email protected]>
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8738.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8738.md b/test/command/8738.md
new file mode 100644
index 000000000..4b8f251e7
--- /dev/null
+++ b/test/command/8738.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f native -t mediawiki
+[Link ("",[],[]) [Link ("",[],[]) [Str "test"] ("https://bar.example.com",""),Str "Test"] ("https://foo.example.com","")]
+^D
+[https://foo.example.com testTest]
+```