From 59e955745f02f9b57c65af70b0979cd4a98bf53f Mon Sep 17 00:00:00 2001 From: Zak Kemble Date: Thu, 14 Apr 2022 12:20:09 +0100 Subject: [PATCH] fix: spurious header closing tags `right` already contains the closing tag --- _includes/refactor-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html index dd09205..83329b3 100644 --- a/_includes/refactor-content.html +++ b/_includes/refactor-content.html @@ -217,7 +217,7 @@ {% assign left = left | replace: '">', '">' | append: '' %} {% assign _new_content = _new_content | append: mark_start - | append: left | append: anchor | append: mark_end | append: right + | append: left | append: anchor | append: right %} {% endfor %}