aboutsummaryrefslogtreecommitdiff
path: root/test/tables/planets.native
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24test/tables/*.native: normalized (#6888)Kolen Cheung1-112/+215
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-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-1/+1
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel1-0/+138
* HTML writer: add support for row headers, colspans, rowspans * Add planet table tests See #6312