From 9dd073b7ccac09d813abad9f9ae795547d1b8235 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 16 Nov 2022 11:32:06 -0500 Subject: themes/default/layouts/partials/function-content: Add inline modifier To match blockquotes accross multiple lines. Normalize blockquote font size. --- themes/default/layouts/partials/function-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/default/layouts/partials/function-content.html b/themes/default/layouts/partials/function-content.html index 65ed4aa..256d7e0 100644 --- a/themes/default/layouts/partials/function-content.html +++ b/themes/default/layouts/partials/function-content.html @@ -10,7 +10,7 @@ replaceRE "

" "" | -}} -{{- $blockquoteFooters := findRE `\n

(–|—).*

` .Content -}} +{{- $blockquoteFooters := findRE `(?s)\n

(–|—).*

` .Content -}} {{- range $blockquoteFooter := $blockquoteFooters -}} -- cgit v1.2.3