Nested grid tables. ``` % pandoc -f html -t markdown --columns=72
some text
^D +---------------------------------------------------------------------------+ | +-----------------------------------------------------------------------+ | | | ----------- | | | | some text | | | | ----------- | | | +-----------------------------------------------------------------------+ | +---------------------------------------------------------------------------+ ```