summaryrefslogtreecommitdiff
path: root/test/command/ifstrequal.md
blob: 4ad04d2e1f5a9b8f3ebb11d50dba71bf950afff7 (plain)
1
2
3
4
5
6
7
8
9
10
```
% 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"]]
,Para [Str "\225",SoftBreak,Str "b"]]
```