Grav Community,
I'm using the Quark theme. I saw an example where someone improved the default theme tables by adding the striped, hover tables from Spectre.css. They did so by wrapping their markdown tables in the div element:
<div class="table table-striped table-hover" markdown="1">
MARKDOWN TABLE
</div>
I really like these tables, but would prefer adding the capacity through the YAML front matter rather than manually treat each table. Is this possible? Is there an example online I can reference?
Thank you,
Sean