diff options
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"]] +``` + |