Added a test case with markdown-latex_macros
.
This commit is contained in:
parent
159d31e80f
commit
439ffc2e7f
1 changed files with 10 additions and 1 deletions
|
@ -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$
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue