aboutsummaryrefslogtreecommitdiff
path: root/test/command/5845.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5845.md')
-rw-r--r--test/command/5845.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/test/command/5845.md b/test/command/5845.md
index aa09b08e7..aac73cf47 100644
--- a/test/command/5845.md
+++ b/test/command/5845.md
@@ -2,7 +2,7 @@
% pandoc -t native
\parbox{1em}{#1}
^D
-[Para [Str "\\parbox{1em}{#1}"]]
+[ Para [ Str "\\parbox{1em}{#1}" ] ]
```
```
@@ -11,6 +11,15 @@
Hello World
^D
-[Para [Str "\\newcommand{",RawInline (Format "tex") "\\highlight",Str "}[1]{\\colorbox{yellow}{\\parbox{",RawInline (Format "tex") "\\dimexpr",RawInline (Format "tex") "\\linewidth-2",RawInline (Format "tex") "\\fboxsep",Str "}{#1}}"]
-,Para [Str "Hello",Space,Str "World"]]
+[ Para
+ [ Str "\\newcommand{"
+ , RawInline (Format "tex") "\\highlight"
+ , Str "}[1]{\\colorbox{yellow}{\\parbox{"
+ , RawInline (Format "tex") "\\dimexpr"
+ , RawInline (Format "tex") "\\linewidth-2"
+ , RawInline (Format "tex") "\\fboxsep"
+ , Str "}{#1}}"
+ ]
+, Para [ Str "Hello" , Space , Str "World" ]
+]
```