Adicionar ID ou Classe ao elemento Markdown
É possível adicionar um id ou classe a um elemento (multi) markdown?
Por exemplo, uma tabela, um parágrafo ou bloco de código?
Eu gostaria de estilizar uma tabela com css mas não do seguinte trabalho:
[captionid][This is the caption, not the table id]
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
[captionid][This is the caption, not the table id]
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
[tablecaption](#tableid)
<div class="special_table">
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
</div>
Não consigo encontrar mais nada online ..
Eu não quero dizer markdown com sabor github ou stackoverflow btw.