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

github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/shortcodes/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/summary.html b/layouts/shortcodes/summary.html
index 9de6169..5376bbc 100644
--- a/layouts/shortcodes/summary.html
+++ b/layouts/shortcodes/summary.html
@@ -1,3 +1,3 @@
<div id="summary">
- {{ .Inner }}
+ {{ .Inner | markdownify }}
</div>