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