open-story-teller/docs/themes/ace-documentation/layouts/shortcodes/table.html
2023-04-21 14:03:08 +02:00

5 lines
119 B
HTML

{{ $style := .Get "style" }}
<div class="table {{ $style }}" role="alert">
{{ print .Inner | markdownify }}
</div>