aboutsummaryrefslogtreecommitdiff
path: root/test/command/5740.md
blob: a9fb3ad973111a89842852d5499c0e7f478ab3d1 (plain)
1
2
3
4
5
6
7
8
9
```
% pandoc -t latex
\newcommand\parenthesize[1][x]{(#1)}
$\parenthesize$, $\parenthesize[y]$, $\parenthesize[\textsc{head}]$
^D
\newcommand\parenthesize[1][x]{(#1)}

\((x)\), \((y)\), \((\textsc{head})\)
```