Sign in
apache
/
hive-site
/
refs/heads/outdated_link
/
.
/
layouts
/
shortcodes
/
table.html
blob: c1dab56cf898715cce0c3a74f26479a8d8ec852a [
file
]
{{ $htmlTable := .Inner | markdownify }}
{{ $class := .Get 0 }}
{{ $old := "
<table>
" }}
{{ $new := printf "
<table
class
=
\"%s\"
>
" $class }}
{{ $htmlTable := replace $htmlTable $old $new }}
{{ $htmlTable | safeHTML }}