mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 06:35:47 +00:00
10 lines
257 B
Markdown
10 lines
257 B
Markdown
```
|
|
% pandoc -f latex
|
|
\newcommand{\a}{\ifmmode x \else y \fi}
|
|
$\a$ and \a
|
|
^D
|
|
<p><math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mi>x</mi><annotation encoding="application/x-tex">x</annotation></semantics></math>
|
|
and y</p>
|
|
```
|
|
|