mingxia
(Mingxia)
26 Fevereiro , 2017 04:03
1
Hi all:
in my site, some important posts will use table, and need use colspan and rowspan , but i find these tags can’t be set, so it will be ignore.
<table border="1">
<tr>
<th colspan="2">number</th>
</tr>
<tr>
<td>555 77 854</td>
<td>555 77 855</td>
</tr>
</table>
just show like this: ( colspan=“2” will be ignore)
number
555 77 854
555 77 855
now how i can add these support?
Table support is not currently built in with markdown. There are some changes to be made to be made to markdown in a future release nut no guarantee when.
Check this topic
https://meta.discourse.org/t/markdown-table-support-in-a-discourse-topic/13546/99?u=mikechristopher
wolftune
(Wolftune)
25 Agosto , 2021 17:20
4
Notei que isso ainda é um problema, mas o tópico linkado acima não existe mais. Seria bom ter isso ainda, na minha opinião.
amundo
(Patrick Hall)
22 Fevereiro , 2022 21:00
5
Sim, é um problema para mim também.