Supporting row and column spanning in Swift-DocC Markdown tables

Bumping this thread to note: Implementation PRs have landed in all the Swift-DocC repos' main branches:

The initial implementation opted to use the ^ marker for rowspan instead of the " marker from the proposal; the primary reason for this was to align with proposals in the CommonMark Forum discussion about table syntax. This is open to discussion; i left in the option (in swift-cmark) to use the "ditto-mark" syntax, so it would be a small change to start using it. I'd like to know what everyone thinks!

3 Likes