1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
``` % pandoc -f html -t native <table> <thead> <tr> <td>Name</td> </tr> </thead> <tbody> <tr> <td>Accounts</td> </tr> </tbody> </table> ^D [Table [] [AlignDefault] [0.0] [[Plain [Str "Name"]]] [[[Plain [Str "Accounts"]]]]] ```