diff options
Diffstat (limited to 'test/command/3537.md')
-rw-r--r-- | test/command/3537.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/command/3537.md b/test/command/3537.md index 98704c930..3f4445343 100644 --- a/test/command/3537.md +++ b/test/command/3537.md @@ -14,7 +14,13 @@ foo bar % pandoc -t native Hi `there`{=ms}. ^D -[ Para [ Str "Hi", Space, RawInline ( Format "ms" ) "there", Str "." ] ] +[ Para + [ Str "Hi" + , Space + , RawInline (Format "ms") "there" + , Str "." + ] +] ```` ```` |