{{- /* Code wrapper */ -}} {{- $REin := cond (strings.Contains . ``) `(
[\s\S]*?<\/table>)` `(
[\s\S]*?<\/pre>)` -}}
{{- $REout := printf `
$1
` -}} {{- return replaceRE $REin $REout . -}}