aboutsummaryrefslogtreecommitdiff
path: root/test/command/ifstrequal.md
blob: 6ced0f0162bcc22414d8ca3f14eb787ab4ecac7d (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f latex -t native
\ifstrequal{a}{b}{yes}{\emph{no}}
\newcommand{\h}[1]{\ifstrequal{#1}{a}{\'a}{#1}}
\h{a}
\h{b}
^D
[ Para
  [ Emph [ Str "no" ], SoftBreak, Str "\225", SoftBreak, Str "b" ]
]
```