Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Inserting markdown between two html tags

Started by Muut Archive 10 years ago · 4 replies · 511 views
10 years ago
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?

10 years ago

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:

CSS
.custom table {
  background-color: #fcc;
}
10 years ago

I actually missed how useful this plugin is :) Nice work @perlkonig

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1349 9 years ago
Archive · by Muut Archive, 9 years ago
2 934 9 years ago
Archive · by Muut Archive, 9 years ago
2 4060 9 years ago
Archive · by Muut Archive, 9 years ago
1 2946 9 years ago
Archive · by Muut Archive, 9 years ago
3 1118 9 years ago