From f2a22e71dffef0e795d73ecffeaa195733dde67e Mon Sep 17 00:00:00 2001 From: Julia Diaz Date: Thu, 26 Oct 2023 23:18:33 +0100 Subject: Modify JATS reader to handle BITS too (#9138) Add provision for title-group, book, book-part-wrapper, book-meta, book-part-meta, book-title, book-title-group, index, toc, legend, title, collection-meta --- test/command/bits-legend.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/command/bits-legend.md (limited to 'test/command/bits-legend.md') diff --git a/test/command/bits-legend.md b/test/command/bits-legend.md new file mode 100644 index 000000000..0217e68fe --- /dev/null +++ b/test/command/bits-legend.md @@ -0,0 +1,45 @@ +``` +% pandoc -f jats -t native + + + + Field of Application + + + Key + + + I +

input

+
+ + O +

output

+
+ ... +
+
+ +
+^D +[ Figure + ( "fig_A.1" , [] , [] ) + (Caption + Nothing + [ Plain + [ Str "Field" + , Space + , Str "of" + , Space + , Str "Application" + ] + ]) + [ Header 1 ( "" , [] , [] ) [ Str "Key" ] + , DefinitionList + [ ( [ Str "I" ] , [ [ Para [ Str "input" ] ] ] ) + , ( [ Str "O" ] , [ [ Para [ Str "output" ] ] ] ) + ] + , Para [ Image ( "" , [] , [] ) [] ( "1234" , "" ) ] + ] +] +``` \ No newline at end of file -- cgit v1.2.3