``` % pandoc -f markdown -t native ^D [ RawBlock ( Format "html" ) "" ] ``` ``` % pandoc -f markdown -t native a ^D [ Para [ Str "a", RawInline ( Format "html" ) "" ] ] ```