summaryrefslogtreecommitdiff
path: root/test/command/4254.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4254.md')
-rw-r--r--test/command/4254.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/4254.md b/test/command/4254.md
new file mode 100644
index 000000000..e4cc5c6b0
--- /dev/null
+++ b/test/command/4254.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f rst -t latex
+.. math::
+
+ x &= y\\
+ y &= z
+^D
+\[\begin{aligned}
+x &= y\\
+y &= z
+\end{aligned}\]
+```