DEBSOURCES
Skip Quicknav
sources / haskell-pandoc / 3.1.11.1-3 / test / command / 3337.md
12345678910111213
``` % pandoc -f html -t markdown <table> <tr><td>a</td></tr> <tr><td>1</td><td>2</td></tr> </table> ^D --- --- a 1 2 --- --- ```