edulinq / quizgen

MIT License
4 stars 0 forks source link

Table Cell Merging #1

Open eriq-augustine opened 8 months ago

eriq-augustine commented 8 months ago

For tables, it would be great if we could merge cells by rows and columns. (Merging rows would be cool too, but that is a lower priority.)

In latex, we can use multirow and multicol. In HTML, we can use rowspan and colspan.

For syntax, we can use a character right next to the pipe. |< or |-< means merge left. |^ or |-^ means merge up. Up and left are sufficient for all the merging cases. Nothing else should appear in a merged cell.