mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
626ffd74b4
This is needed for raw environments to work inside table cells. Closes #9517.
715 B
715 B
% pandoc -f latex+raw_tex -t native
\begin{tabular}{l}
\begin{theorem}
Cats
\end{theorem}
\end{tabular}
^D
[ Table
( "" , [] , [] )
(Caption Nothing [])
[ ( AlignLeft , ColWidthDefault ) ]
(TableHead ( "" , [] , [] ) [])
[ TableBody
( "" , [] , [] )
(RowHeadColumns 0)
[]
[ Row
( "" , [] , [] )
[ Cell
( "" , [] , [] )
AlignDefault
(RowSpan 1)
(ColSpan 1)
[ RawBlock
(Format "latex")
"\\begin{theorem}\nCats\n\\end{theorem}"
]
]
]
]
(TableFoot ( "" , [] , [] ) [])
]