Kolen Cheung
bfb2a492c8
test/tables/*.native: normalized ( #6888 )
...
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-11-24 22:33:36 -08:00
Albert Krewinkel
d286242131
JATS writer: support advanced table features
2020-11-19 22:09:52 +01:00
Andy Morris
f1f2728259
Fix duplicate "class" attribute in HTML writer
2020-10-30 16:38:59 +01:00
Albert Krewinkel
90af138443
Fix typos in comments, doc strings, error messages, and tests
...
Typos reported by
https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html
See: #6738
2020-10-14 22:26:51 +02:00
Albert Krewinkel
34151e8da8
HTML writer: support intermediate table headers
...
Closes : #6314
2020-09-13 23:23:11 +02:00
Albert Krewinkel
8711640512
HTML writer: support attributes on all table elements
...
Add attributes to tbody and tr elements.
2020-09-13 20:26:06 +02:00
Albert Krewinkel
a400d0dc62
HTML writer: render table footers if present
...
Part of: #6314
2020-09-12 21:49:01 +02:00
Albert Krewinkel
9423b4b7d9
Support colspans and rowspans in HTML tables ( #6644 )
...
* HTML writer: add support for row headers, colspans, rowspans
* Add planet table tests
See #6312
2020-09-10 09:47:40 -07:00