Added a test case with markdown-latex_macros.

This commit is contained in:
John MacFarlane 2017-07-23 21:10:36 +02:00
parent 159d31e80f
commit 439ffc2e7f

View file

@ -1,8 +1,17 @@
```
% pandoc -t markdown
% pandoc -f markdown+latex_macros -t markdown
\newcommand{\my}{\phi}
$\my+\my$
^D
\newcommand{\my}{\phi}
$\phi+\phi$
```
```
% pandoc -f markdown-latex_macros -t markdown
\newcommand{\my}{\phi}
$\my+\my$
^D
\newcommand{\my}{\phi}
$\my+\my$
```