blob: b03077a7bdd687ae9666a2090dc52675c94ca4e0 (
plain) (
tree)
|
|
{{ $content := .RawContent -}}
{{ $content := $content | replaceRE "(?s:<!--more-->)" "" -}}
{{ $content := $content | replaceRE `\!\[.*?\]\((.*?)\)` "$1" -}}
{{ $content := $content | replaceRE `\[(.*?)\]\((.*?)\)` "$1 ($2)" -}}
{{ htmlUnescape $content | safeHTML }}
|