summaryrefslogtreecommitdiff
path: root/test/command/9293.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/9293.md')
-rw-r--r--test/command/9293.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/9293.md b/test/command/9293.md
new file mode 100644
index 000000000..b9471b811
--- /dev/null
+++ b/test/command/9293.md
@@ -0,0 +1,29 @@
+```
+% pandoc -f mediawiki -t native
+* Linearity in the first argument:
+*:<math>\begin{align}
+\langle a \mathbf u, \mathbf v\rangle &= a \langle \mathbf u, \mathbf v\rangle. \\
+\langle \mathbf u + \mathbf v, \mathbf w\rangle &= \langle \mathbf u, \mathbf w\rangle+ \langle \mathbf v, \mathbf w\rangle.
+\end{align}</math>
+^D
+[ BulletList
+ [ [ Plain
+ [ Str "Linearity"
+ , Space
+ , Str "in"
+ , Space
+ , Str "the"
+ , Space
+ , Str "first"
+ , Space
+ , Str "argument:"
+ ]
+ , Para
+ [ Math
+ DisplayMath
+ "\\begin{align}\n\\langle a \\mathbf u, \\mathbf v\\rangle &= a \\langle \\mathbf u, \\mathbf v\\rangle. \\\\\n\\langle \\mathbf u + \\mathbf v, \\mathbf w\\rangle &= \\langle \\mathbf u, \\mathbf w\\rangle+ \\langle \\mathbf v, \\mathbf w\\rangle.\n\\end{align}"
+ ]
+ ]
+ ]
+]
+```