From 3b025587418e67f8911af551a1bd82c09ffc45d7 Mon Sep 17 00:00:00 2001 From: ishu3101 Date: Fri, 20 Jul 2018 11:47:16 +1200 Subject: [PATCH] Fix issue regarding markup showing on next post See https://github.com/jekyller/jasper2/issues/24 --- _includes/post-card-next.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-card-next.html b/_includes/post-card-next.html index d70a8d515e..1073a144cc 100644 --- a/_includes/post-card-next.html +++ b/_includes/post-card-next.html @@ -21,7 +21,7 @@

{{ page.next.title }}

-

{{ page.next.content | strip_html | truncatewords: 33, "" }}

+

{{ page.next.content | markdownify | strip_html | truncatewords: 33, "" }}