mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 03:36:42 +00:00
The objects now also follow the principle that element attributes are accessible through the `.attr` field. Rows in `TableHead` and `TableFoot` are available via the `.rows` field. Row objects have a `.cells` field, containing the list of table cells. Closes: #7718