From 2d4214fa3141f4a1cbde67f4e170a5bc5e639f32 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 21:36:08 -0700 Subject: Extend fix to #6719 to JATS reader --- test/command/6719.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/command') diff --git a/test/command/6719.md b/test/command/6719.md index 96c97b365..788e7b617 100644 --- a/test/command/6719.md +++ b/test/command/6719.md @@ -6,3 +6,13 @@ ^D [Para [Emph [Str "emphasized"],Space,Str "text"]] ``` + +``` +% pandoc -f jats -t native +

+ hi there +

+^D +[Para [Emph [Str "hi"],Space,Str "there"]] +``` + -- cgit v1.2.3