From 09de84fff41d4a6e8d227baeea0037531fcef9e2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Aug 2023 20:04:10 -0700 Subject: Support images with wikilink syntax. E.g. `![[foo|bar]]`. (This requires enabling one of the `wikilinks` extensions.) Closes #8853. --- test/command/8853.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/8853.md (limited to 'test/command') diff --git a/test/command/8853.md b/test/command/8853.md new file mode 100644 index 000000000..75fed4675 --- /dev/null +++ b/test/command/8853.md @@ -0,0 +1,6 @@ +``` +% pandoc -f markdown+wikilinks_title_after_pipe --wrap=none +[[hi]] and ![[hi]] +^D +

hi and hi

+``` -- cgit v1.2.3