Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-24 | test/tables/*.native: normalized (#6888) | Kolen Cheung | 1 | -33/+60 | |
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-13 | HTML writer: support attributes on all table elements | Albert Krewinkel | 1 | -11/+11 | |
Add attributes to tbody and tr elements. | |||||
2020-09-12 | HTML writer: render table footers if present | Albert Krewinkel | 1 | -0/+46 | |
Part of: #6314 |