I am trying to make some fancyish tables in a Discourse post and cant seem to get it to work. In a nut shell I want to merge some cells to place multiple cells underneath or similar. Is this possible?
This is my syntax
| | Grouping ||
First Header | Second Header | Third Header |
------------ | :-----------: | -----------: |
Content | Long Cell ||
Content | Cell | Cell |
It’s currently not possible, and Discourse doesn’t support colspan or rowspan attributes for <td> and <th> elements. I don’t think it’s the roadmap either.