aboutsummaryrefslogtreecommitdiff
path: root/test/command/4877.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4877.md')
-rw-r--r--test/command/4877.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/4877.md b/test/command/4877.md
index 070687345..ba8acd122 100644
--- a/test/command/4877.md
+++ b/test/command/4877.md
@@ -2,12 +2,14 @@
% pandoc -f html -t native
My <script type="math/tex">\mathcal{D}</script>
^D
-[Plain [Str "My",Space,Math InlineMath "\\mathcal{D}"]]
+[ Plain
+ [ Str "My" , Space , Math InlineMath "\\mathcal{D}" ]
+]
```
```
% pandoc -f html -t native
<script type="math/tex; mode=display">\mathcal{D}</script>
^D
-[Plain [Math DisplayMath "\\mathcal{D}"]]
+[ Plain [ Math DisplayMath "\\mathcal{D}" ] ]
```