From 71c4857464c82f5c9c527d99de43061cda22ef48 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 15 Apr 2020 09:23:04 -0700 Subject: JATS reader: handle "label" element in section title. Closes #6288. --- test/command/6288.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/6288.md (limited to 'test/command/6288.md') diff --git a/test/command/6288.md b/test/command/6288.md new file mode 100644 index 000000000..29aff0fb9 --- /dev/null +++ b/test/command/6288.md @@ -0,0 +1,8 @@ +``` +% pandoc -f jats -t native + +Introduction + +^D +[Header 1 ("",[],[]) [Str "I.",Space,Str "Introduction"]] +``` -- cgit v1.2.3