``` % pandoc -f html -t markdown <table> <tr><td>a</td></tr> <tr><td>1</td><td>2</td></tr> </table> ^D --- --- a 1 2 --- --- ```