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:
authorThomas Heller <thomas.m.heller@gmail.com>2019-05-31 18:23:39 +0300
committerGitHub <noreply@github.com>2019-05-31 18:23:39 +0300
commitd61dc73637143f0851a97d2b6a7b48500ff8c03b (patch)
treef5b8667f2f8348297a0efa123580dbaa7710b24e
parent60893c2ad6f342397d5bd9e01ae1fa58a560ba8b (diff)
parent97518e0d4a237aa92493bac2de1659eb1902260a (diff)
Merge pull request #18 from albinsun/contribute
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>