From 15ba184e6e7825898ebae5a59e2c3a60e0992da0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 5 Jan 2021 12:07:02 -0800 Subject: HTML writer: fix implicit_figure at end of footnotes. Closes #7006. --- test/command/7006.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/command/7006.md (limited to 'test') diff --git a/test/command/7006.md b/test/command/7006.md new file mode 100644 index 000000000..e7951fb1a --- /dev/null +++ b/test/command/7006.md @@ -0,0 +1,20 @@ +``` +% pandoc -t html +Test.[^fn] + +[^fn]: Foo: + + ![Caption.](/image.jpg) +^D +

Test.1

+
+
+
    +
  1. Foo:

    +
    +Caption. +
    +↩︎
  2. +
+
+``` -- cgit v1.2.3