1```
2% pandoc -f markdown -t latex
3\newcommand{\myFruit}{Mango\xspace}
4\myFruit is the king of fruits.
5^D
6\newcommand{\myFruit}{Mango\xspace}
7
8Mango is the king of fruits.
9```
10