The code for creating tables is quite messy, sp. compared to everything else, so I'm not yet 100% sure that there are no corner cases that trigger errors. For instance, what if a table has a table body with an intermediate table head, but no content?
Also, most Pandoc elements are simple in that they just contain other elements plus attributes (like an url, title, etc.). But a table object is much more complex.
This PR adds support for Pandoc 2.11.1
The code for creating tables is quite messy, sp. compared to everything else, so I'm not yet 100% sure that there are no corner cases that trigger errors. For instance, what if a table has a table body with an intermediate table head, but no content?
Also, most Pandoc elements are simple in that they just contain other elements plus attributes (like an url, title, etc.). But a table object is much more complex.