Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/alert.html')
-rw-r--r--layouts/shortcodes/alert.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/alert.html b/layouts/shortcodes/alert.html
index 0e1c417..66a4902 100644
--- a/layouts/shortcodes/alert.html
+++ b/layouts/shortcodes/alert.html
@@ -4,4 +4,4 @@
{{- with .Get "theme" -}}{{.}}{{- else -}}info{{- end -}}
{{- else -}}
{{- with .Get 0 -}}{{.}}{{- else -}}info{{- end -}}
-{{- end -}} " role="alert">{{- .Inner | safeHTML -}}</div>
+{{- end -}} " role="alert">{{- .Inner | safeHTML | markdownify -}}</div>