mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
30 lines
923 B
Markdown
30 lines
923 B
Markdown
```
|
|
% 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}"
|
|
]
|
|
]
|
|
]
|
|
]
|
|
```
|