diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/7525.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/7525.md b/test/command/7525.md index 788c749a6..0283b19a8 100644 --- a/test/command/7525.md +++ b/test/command/7525.md @@ -17,3 +17,17 @@ ] ] ``` + +``` +% pandoc -f html -t native +<code><b>hi</b></code> +^D +[ Plain [ Strong [ Code ( "" , [] , [] ) "hi" ] ] ] +``` + +``` +% pandoc -f mediawiki -t native +<code>''hey''</code> +^D +[ Para [ Emph [ Code ( "" , [] , [] ) "hey" ] ] ] +``` |
