You must login to view /lordwelch/comictagger/commit/00e95178cdc92e8141b6131aec1fd2f80f3cbc8a?files=comictaggerlib.
The GitHub option should be usable for most people, it only links via username.

Files

7 lines
216 B
HTML

{{ $htmlTable := .Inner | markdownify }}
{{ $class := .Get 0 }}
{{ $old := "<table>" }}
{{ $new := printf "<table class=\"%s\">" $class }}
{{ $htmlTable := replace $htmlTable $old $new }}
{{ $htmlTable | safeHTML }}