{{- /*
Marked texts rendering
This is an experimental syntax highlighting for the marked texts.
Embed types: default, primary, secondary, success, warning, danger
*/ -}}
{{- $content := replaceRE `(.+?)\[(.+?)\]` `$1` . -}}
{{- $content = replaceRE `(.+?)` `$1` $content -}}
{{- return $content -}}