diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 21:36:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 21:36:08 -0700 |
commit | 2d4214fa3141f4a1cbde67f4e170a5bc5e639f32 (patch) | |
tree | 3555399b8053740be5dd92fada7f10e3e849b067 /test/command | |
parent | f19286cf120f259c51a89b1b3643d437ede70a94 (diff) | |
download | pandoc-2d4214fa3141f4a1cbde67f4e170a5bc5e639f32.tar.gz |
Extend fix to #6719 to JATS reader
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/6719.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 +<p> +<italic> hi </italic>there +</p> +^D +[Para [Emph [Str "hi"],Space,Str "there"]] +``` + |