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:
authoralbin <yunpin.sun@gmail.com>2019-05-31 11:11:34 +0300
committeralbin <yunpin.sun@gmail.com>2019-05-31 17:09:01 +0300
commit97518e0d4a237aa92493bac2de1659eb1902260a (patch)
tree1ec62951810a187e0e87b6294deead93fce268ec
parent33afbd0c9ff0d0d7a8fa80f42e770d9423bf7e73 (diff)
let summary support markdown
-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>