From 3b59663d953bf7dc14fcb0dde0d9b921025f8fc2 Mon Sep 17 00:00:00 2001
From: Ray <rwstorer@hotmail.com>
Date: Fri, 16 Jun 2023 13:57:39 +0000
Subject: [PATCH] Merge branch 'onweru:master' into master

---
 layouts/shortcodes/button.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html
index 63da542..adc2ca4 100644
--- a/layouts/shortcodes/button.html
+++ b/layouts/shortcodes/button.html
@@ -1,4 +1,4 @@
 {{- $link := .Get 0 -}}
 {{- $label := .Get 1 -}}
 {{- $modifier := .Get 2 -}}
-<a href="{{ $link }}" class="button{{ with $modifier }} {{ . }}{{ end }}">{{- $label -}}</a>
\ No newline at end of file
+<a href="{{ $link }}" class="button{{ with $modifier }} {{ . }}{{ end }}">{{- $label | markdownify -}}</a>

--
Gitblit v1.10.0