aboutsummaryrefslogtreecommitdiff
path: root/test/command/4781.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4781.md')
-rw-r--r--test/command/4781.md28
1 files changed, 23 insertions, 5 deletions
diff --git a/test/command/4781.md b/test/command/4781.md
index 8a75e09a0..e240facf3 100644
--- a/test/command/4781.md
+++ b/test/command/4781.md
@@ -6,9 +6,19 @@ Markdown parsed *here*
*But not here*
^D
-[Para [Str "Markdown",Space,Str "parsed",Space,Emph [Str "here"]]
-,RawBlock (Format "tex") "\\include{command/bar}"
-,Para [Emph [Str "But",Space,Str "not",Space,Str "here"]]]
+[ Para
+ [ Str "Markdown"
+ , Space
+ , Str "parsed"
+ , Space
+ , Emph [ Str "here" ]
+ ]
+, RawBlock (Format "tex") "\\include{command/bar}"
+, Para
+ [ Emph
+ [ Str "But" , Space , Str "not" , Space , Str "here" ]
+ ]
+]
```
```
@@ -17,6 +27,14 @@ Markdown parsed *here*
*But not here*
^D
-[Para [Emph [Str "here"],Space,RawInline (Format "tex") "\\input{command/bar}"]
-,Para [Emph [Str "But",Space,Str "not",Space,Str "here"]]]
+[ Para
+ [ Emph [ Str "here" ]
+ , Space
+ , RawInline (Format "tex") "\\input{command/bar}"
+ ]
+, Para
+ [ Emph
+ [ Str "But" , Space , Str "not" , Space , Str "here" ]
+ ]
+]
```