10 lines
182 B
Markdown
10 lines
182 B
Markdown
|
```
|
||
|
% pandoc -f markdown -t latex
|
||
|
\newcommand{\myFruit}{Mango\xspace}
|
||
|
\myFruit is the king of fruits.
|
||
|
^D
|
||
|
\newcommand{\myFruit}{Mango\xspace}
|
||
|
|
||
|
Mango\xspace is the king of fruits.
|
||
|
```
|