mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 10:45:39 +01:00
6 lines
215 B
HTML
6 lines
215 B
HTML
{{ $htmlTable := .Inner | markdownify }}
|
|
{{ $class := .Get 0 }}
|
|
{{ $old := "<table>" }}
|
|
{{ $new := printf "<table class=\"%s\">" $class }}
|
|
{{ $htmlTable := replace $htmlTable $old $new }}
|
|
{{ $htmlTable | safeHTML }} |