``` % pandoc -t native x y ^D [ RawBlock (Format "html") "" , RawBlock (Format "html") "" , RawBlock (Format "html") "" , RawBlock (Format "html") "" , Para [ Str "x" ] , CodeBlock ( "" , [] , [] ) "y" ] ```