1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
``` % pandoc -f html -t native <table> <thead> <tr> <td>Name</td> </tr> </thead> <tbody> <tr> <td>Accounts</td> </tr> </tbody> </table> ^D ```