1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
``` % pandoc -t native <tr> <td> </td> </tr> x y ^D [ RawBlock (Format "html") "<tr>" , RawBlock (Format "html") "<td>" , RawBlock (Format "html") "</td>" , RawBlock (Format "html") "</tr>" , Para [ Str "x" ] , CodeBlock ( "" , [] , [] ) "y" ] ```