aboutsummaryrefslogtreecommitdiff
path: root/test/command/4253.md
blob: 2c994a9fc12111923801dc52eeb8ec6325c6e895 (plain)
1
2
3
4
5
6
7
8
```
% pandoc -f latex -t native
\newcommand{\noop}[1]{#1}
\noop{\newcommand{\foo}[1]{#1}}
\foo{hi}
^D
[ Para [ Str "hi" ] ]
```