From 9087ff7eb7173eeb7dfdf4882560c856f8b18a8c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:09:55 -0700 Subject: [PATCH] feat: Add shortcode for blockquotes --- layouts/shortcodes/blockquote.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/shortcodes/blockquote.html diff --git a/layouts/shortcodes/blockquote.html b/layouts/shortcodes/blockquote.html new file mode 100644 index 0000000..d88d225 --- /dev/null +++ b/layouts/shortcodes/blockquote.html @@ -0,0 +1,9 @@ +
+ {{ .Inner | markdownify }} + {{ with .Get 0 }} +
+ + {{ . | markdownify }} + + {{ end }} +