2019-07-19 10:32:59 -07:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t latex
|
|
|
|
\newcommand{\myFruit}{Mango\xspace}
|
|
|
|
\myFruit is the king of fruits.
|
|
|
|
^D
|
|
|
|
\newcommand{\myFruit}{Mango\xspace}
|
|
|
|
|
2021-05-19 16:14:49 -07:00
|
|
|
Mango is the king of fruits.
|
2019-07-19 10:32:59 -07:00
|
|
|
```
|