| Hi, is there a way to have something like this: <div class="custom"> |
A | B | C | D |
|---|---|---|---|---|
| abc | def | ghi | jkl |
</div>
and be able to define specific css for tables ? Or do I have to write tables in HTML?
| Hi, is there a way to have something like this: <div class="custom"> |
A | B | C | D |
|---|---|---|---|---|
| abc | def | ghi | jkl |
</div>
and be able to define specific css for tables ? Or do I have to write tables in HTML?
A how to is documented in Wrapping markdown into html.
And applying a style to your table is straightforward since the markdown is converted into HTML. Using your 'custom' CSS class you can style that table like:
.custom table {
background-color: #fcc;
}
I've used the Classifier plugin to style specific tables and elements as well. I'll have to try @bleutzinn's link.
I actually missed how useful this plugin is :) Nice work @perlkonig
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1351 | 9 years ago | ||
| 2 | 935 | 9 years ago | ||
| 2 | 4062 | 9 years ago | ||
| 1 | 2948 | 9 years ago | ||
| 3 | 1119 | 9 years ago |