aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/5010.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/5010.md b/test/command/5010.md
new file mode 100644
index 000000000..b95d548b3
--- /dev/null
+++ b/test/command/5010.md
@@ -0,0 +1,21 @@
+```
+% pandoc -f latex -t latex
+\(\left\{ \begin{matrix}
+y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
+y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
+\end{matrix} \right.\ \)
+^D
+\(\left\{ \begin{matrix}
+y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
+y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
+\end{matrix} \right.\ \)
+```
+
+```
+% pandoc -f markdown -t latex
+$x\ $
+^D
+\(x\ \)
+```
+
+