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 |
I am looking for a solution to the need of merging table cells on the forum, in order to optimize the display interface. as well as allowing adding images to the table. then found the introduction to jekyll-spaceship
Link: github - Can I merge table rows in markdown - Stack Overflow
So has anyone integrated it into the core of discourse Not yet?
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.