aboutsummaryrefslogtreecommitdiff
path: root/test/command/4442.md
blob: 4470734060917e2575a75eed169e1164c155c5fd (plain)
1
2
3
4
5
6
7
8
9
```
% pandoc -f markdown -t latex
\newcommand{\myFruit}{Mango\xspace}
\myFruit is the king of fruits.
^D
\newcommand{\myFruit}{Mango\xspace}

Mango is the king of fruits.
```