pandoc/test/command/ifstrequal.md

11 lines
195 B
Markdown
Raw Normal View History

```
% 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"]]
```