aboutsummaryrefslogtreecommitdiff
path: root/test/command/3510.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3510.md')
-rw-r--r--test/command/3510.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/test/command/3510.md b/test/command/3510.md
index 7993db848..48522f7e1 100644
--- a/test/command/3510.md
+++ b/test/command/3510.md
@@ -10,11 +10,13 @@ Text
More text
^D
-[Para [Str "Text"]
-,Header 1 ("subsection",[],[]) [Str "Subsection"]
-,Para [Str "Included",Space,Str "text"]
-,Plain [Str "Lorem",Space,Str "ipsum."]
-,CodeBlock ("",["haskell"],[]) "putStrLn outString\n"
-,RawBlock (Format "latex") "\\emph{Hello}"
-,Para [Str "More",Space,Str "text"]]
+[ Para [ Str "Text" ]
+, Header 1 ( "subsection" , [] , [] ) [ Str "Subsection" ]
+, Para [ Str "Included" , Space , Str "text" ]
+, Plain [ Str "Lorem" , Space , Str "ipsum." ]
+, CodeBlock
+ ( "" , [ "haskell" ] , [] ) "putStrLn outString\n"
+, RawBlock (Format "latex") "\\emph{Hello}"
+, Para [ Str "More" , Space , Str "text" ]
+]
```