{{ $hasCaption := isset .Params "caption" }} {{ $caption := .Get "caption" }} {{ $captionEl := printf "" $caption }} {{ $table := .Inner | markdownify }} {{ $html := cond $hasCaption ($table | replaceRE "
%s
" $captionEl) $table | safeHTML }} {{ $html }}