1 2 3 4 5 6 7 8 9 10 11 12 13
``` % pandoc -t native -f latex \documentclass{article} \begin{document} \begin{tabular}{c} \parbox{2cm}{d\\e} \end{tabular} \end{document} ^D [Table [] [AlignCenter] [0.0] [[]] [[[Plain [Str "d",LineBreak,Str "e"]]]]] ```