From 9b54b9461221f1bb34b8d3e6ffa0f43d5a9e6352 Mon Sep 17 00:00:00 2001 From: mb21 Date: Thu, 21 Dec 2017 09:56:14 +0100 Subject: HTML Reader: be more forgiving about figcaption fixes #4183 --- test/command/4183.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test/command/4183.md (limited to 'test') diff --git a/test/command/4183.md b/test/command/4183.md new file mode 100644 index 000000000..c18320882 --- /dev/null +++ b/test/command/4183.md @@ -0,0 +1,32 @@ +``` +% pandoc -f html -t native +
+ bar +
+^D +[Para [Image ("",[],[]) [] ("foo","fig:")]] +``` + +``` +% pandoc -f html -t native +
+ bar +
+
+ baz +
+
+
+^D +[Para [Image ("",[],[]) [Str "baz"] ("foo","fig:")]] +``` + +``` +% pandoc -f html -t native +
+ +

baz

+
+^D +[Para [Image ("",[],[]) [Emph [Str "baz"]] ("foo","fig:")]] +``` -- cgit v1.2.3