Allows Markdown a table without header or has this to be done with CSS?
Archive
In short, no. This is a good post about the issue:
http://stackoverflow.com/questions/17536216/create-table-without-header-in-markdown
as you said, one way is using css to style (or hide) header, of course you can always use HTML in your md file.
my tip here, you can also use html AND markdown, see:
HTML
<div markdown="1">
#Markdown
</div>
That's true if you enable markdown extra.
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1326 | 9 years ago | ||
| 2 | 921 | 9 years ago | ||
| 2 | 4050 | 9 years ago | ||
| 1 | 2928 | 9 years ago | ||
| 3 | 1107 | 9 years ago |