Don't globally override table style, use shortcode

This commit is contained in:
ItsDrike 2022-05-15 13:11:03 +02:00
parent 35d891b9b3
commit c02b9e6498
No known key found for this signature in database
GPG key ID: B014E761034AF742
4 changed files with 26 additions and 16 deletions

View file

@ -0,0 +1,5 @@
{{ $htmlTable := .Inner | markdownify }}
<div class="markdown-table">
{{ $htmlTable | safeHTML }}
</div>