{{- $REin := `:\(([\w- ]+?)\):` -}} {{- $REout := `` -}} {{- $content := replaceRE $REin $REout . -}} {{- $REin = `\[(.+?)\]\^\((.+?)\)` -}} {{- $REout = `$1` -}} {{- $content = replaceRE $REin $REout $content -}} {{- $REin = `\[return\]` -}} {{- $REout = `↩︎` -}} {{- $content = replaceRE $REin $REout $content -}} {{- $REin = `<(h[23456]) (id=".+?")>` -}} {{- $REout = `<$1>` -}} {{- $content = replaceRE $REin $REout $content -}} {{- $REin = `<(.+) (id="fnref:.+?")>` -}} {{- $REout = `<$1>` -}} {{- $content = replaceRE $REin $REout $content -}} {{- $REin = `
` -}} {{- $REout = `