OpenDocument writer: New table cell support with column spans#6682
OpenDocument writer: New table cell support with column spans#6682jgm merged 1 commit intojgm:masterfrom
Conversation
|
You may want to consider using the new Text.Pandoc.Writers.AnnotatedTable. |
|
@jgm I can have a look - but this really doesn't implement rowspans yet and I would prefer to tackle that separately as the need arises if that's ok. I think this is at least a step forward compared to the current state of things. |
|
Yes, I think the problem that module solves only emerges if you have rowspans. But if you use that module now, it would make the path to supporting rowspans in the future much easier. |
Unit tests only verify column spans at this point.
|
@jgm I've updated the code to use the Annotated table and also implemented row spans. I think it should be good to go now. |
|
Awesome, thanks! |
No description provided.