Dodaj identyfikator lub klasę do elementu Markdown
Czy można dodać identyfikator lub klasę do (wielu) elementów przeceny?
Na przykład tabela, akapit lub blok kodu?
Chciałbym stylizować tabelę za pomocą css, ale nie następujących:
[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>
Nie mogę znaleźć niczego innego w Internecie ..
Nie mam na myśli markdown btw.