summaryrefslogtreecommitdiff
path: root/test/tables/nordics.native
AgeCommit message (Collapse)Author
2020-11-24test/tables/*.native: normalized (#6888)Kolen Cheung
The 3 native table test cases are normalized so that it will looks exactly like it is written by some pandoc writers. Note that apart from white space normalization, it includes other normalization such as `[Str "Nordic countries"] to [Str "Nordic",Space,Str "countries"]`.
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel
Add attributes to tbody and tr elements.
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
Part of: #6314