mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
Added a test case with markdown-latex_macros.
This commit is contained in:
+10
-1
@@ -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$
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user