{{- /* Font Awesome */ -}}
{{- /* :(far fa-circle): -> */ -}}
{{- $REin := ` (:\([\w- ]+?\):)` -}}
{{- $REout := ` $1` -}}
{{- $content := replaceRE $REin $REout . -}}
{{- $REin = `(:\([\w- ]+?\):) ` -}}
{{- $REout = `$1 ` -}}
{{- $content = replaceRE $REin $REout . -}}
{{- $REin = `:\(([\w- ]+?)\):` -}}
{{- $REout = `` -}}
{{- return replaceRE $REin $REout $content -}}