aboutsummaryrefslogtreecommitdiff
path: root/test/command/4442.md
blob: 8574fe759354cd8d822e3d4c8787cb2efa70e01d (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\xspace is the king of fruits.
```