From f4ef652a4165fefe4b587882cc75d1e24971ef1f Mon Sep 17 00:00:00 2001 From: Aner Lucero <4rgento@gmail.com> Date: Tue, 29 Jun 2021 08:49:36 -0300 Subject: Remove duplicated alt text in HTML output. --- test/command/7416.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/command/7416.md (limited to 'test/command') diff --git a/test/command/7416.md b/test/command/7416.md new file mode 100644 index 000000000..70a0257fa --- /dev/null +++ b/test/command/7416.md @@ -0,0 +1,19 @@ +``` +% pandoc -f markdown -t html +![caption](../media/rId25.jpg "title"){alt="alt"} + +^D +
+alt +
+``` + +``` +% pandoc -f markdown -t html +![caption](../media/rId25.jpg "title") + +^D +
+caption +
+``` -- cgit v1.2.3