``` % pandoc -f latex -t native foo \include{command/bar} ^D [ Para [ Str "foo" ] , Para [ Emph [ Str "hi there" ] ] ] ``` ``` % pandoc -f latex -t native foo \input{command/bar} ^D [ Para [ Str "foo " , Emph [ Str "hi there" ] ] ] ```