I want to produce HTML table in Jekyll driven web site.
The table is to be formatted with table
and table-stripped
classes like this:
<table class="table table-stripped">
How can I do it?
Similar problem: how to add multiple CSS classes to paragraph in MarkDown used in Jekyll?