You must login to view /lordwelch/router7/src/commit/cb95bb6df81dff3fc3db4f5fa7f7a7f0b5a0fdf1/website/resources/_gen.
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 }}