From e1b7f3a63d521433d8a83e4e1f4f7aa1935d0bdd Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 13 Feb 2022 02:39:02 +0100 Subject: JATS reader: improve handling of fn-group elements (#7914) Footnotes in `` elements are collected and re-inserted into the document as proper footnotes in the place where they are referenced. Fixes: #6348 --- test/command/6348.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/command/6348.md (limited to 'test/command') diff --git a/test/command/6348.md b/test/command/6348.md new file mode 100644 index 000000000..7f599e52e --- /dev/null +++ b/test/command/6348.md @@ -0,0 +1,42 @@ +``` +% pandoc -f jats -t native + + +
+ + + + Opinion Research + + + + + Example article + + + + + + Results +

A University 1

+
+ + + + +

footnote

+
+
+
+
+^D +[ Header 1 ( "" , [] , [] ) [ Str "Results" ] +, Para + [ Str "A" + , Space + , Str "University" + , Space + , Note [ Para [ Str "footnote" ] ] + ] +] +``` -- cgit v1.2.3