339392bf54
Closes #4442.
9 lines
182 B
Markdown
9 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.
|
|
```
|