summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-09-18 15:59:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-09-18 15:59:26 -0700
commite57953b9f04cd05607eb1b75fd9fb194d48feb0a (patch)
treebd1a9e1e0f9d4b6651a0adf2a52e71b3750bb747 /test/command
parent0d27947b96f7066edeed8a63c196e045ac8822b5 (diff)
Fix uneven indents in LaTeX line block output.
Closes #9088.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9088.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/9088.md b/test/command/9088.md
new file mode 100644
index 000000000..fca63003d
--- /dev/null
+++ b/test/command/9088.md
@@ -0,0 +1,10 @@
+```
+% pandoc -t latex
+| 0 - A
+| 1 - B
+| 2 - C
+^D
+~~~0 - A\\
+\strut ~~~1 - B\\
+\strut ~~~2 - C
+```