mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
5736b331d8
Previously we only supported it in inline contexts; now we support it in all contexts, including math. Partially addresses #7299.
175 B
175 B
% 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.