pandoc/test/command/4442.md

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.
```