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-book-part-wrapper.md | 149 +++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 test/command/bits-book-part-wrapper.md (limited to 'test/command/bits-book-part-wrapper.md') diff --git a/test/command/bits-book-part-wrapper.md b/test/command/bits-book-part-wrapper.md new file mode 100644 index 000000000..206ad951c --- /dev/null +++ b/test/command/bits-book-part-wrapper.md @@ -0,0 +1,149 @@ +``` +% pandoc -f jats -t native + + + + + Balisage Series on Markup Technologies + + + +

The Balisage Series on Markup Technologies + is an occasional series...

+
+
+ + + + Proceedings of Balisage: The Markup Conference + 2013 + + + +

Balisage is a peer-reviewed conference...

+ +
+ + + + + + The Databases + + + + + History +

Initially, GenBank was built and maintained at Los Alamos + National Laboratory.

+
+ + + Back matter of book part + + References + + + + + + Olson + M + + + Hood + L + + + Cantor + C + + + Botstein + D + + + A common language for physical mapping of the human genome + Science + 1989 + 245 + 4925 + 1434 + 1435 + 2781285 + + + + +
+
+^D +[ Para + [ Str "The" + , Space + , Emph + [ Str "Balisage" + , Space + , Str "Series" + , Space + , Str "on" + , Space + , Str "Markup" + , Space + , Str "Technologies" + ] + , SoftBreak + , Str "is" + , Space + , Str "an" + , Space + , Str "occasional" + , Space + , Str "series..." + ] +, Header 2 ( "bid.3" , [] , [] ) [ Str "History" ] +, Para + [ Str "Initially," + , Space + , Str "GenBank" + , Space + , Str "was" + , Space + , Str "built" + , Space + , Str "and" + , Space + , Str "maintained" + , Space + , Str "at" + , Space + , Str "Los" + , Space + , Str "Alamos" + , SoftBreak + , Str "National" + , Space + , Str "Laboratory." + ] +, Header + 2 + ( "" , [] , [] ) + [ Str "Back" + , Space + , Str "matter" + , Space + , Str "of" + , Space + , Str "book" + , Space + , Str "part" + ] +, Header 1 ( "" , [] , [] ) [ Str "References" ] +, Div ( "refs" , [] , [] ) [] +] +``` \ No newline at end of file -- cgit v1.2.3