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