aboutsummaryrefslogtreecommitdiff
path: root/test/command/ifstrequal.md
blob: 24ed7ef54d07b969be7f10d255c2afe02619a832 (plain)
1
2
3
4
5
6
7
8
9
```
% 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"]]
```