From 51c7110b9241da7acb643a19c465e628b2965033 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 22 Oct 2024 23:30:32 -0400 Subject: [PATCH] =?UTF-8?q?fix(toc):=20=F0=9F=90=9B=20incorrect=20closing?= =?UTF-8?q?=20tag=20for=20toc=20summary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/TableOfContents__line.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/TableOfContents__line.mustache b/templates/TableOfContents__line.mustache index ece7f452..e335dbd7 100644 --- a/templates/TableOfContents__line.mustache +++ b/templates/TableOfContents__line.mustache @@ -10,7 +10,7 @@ {{number}} {{{line}}} - {{#html-summary}}
{{{.}}}{{/html-summary}} + {{#html-summary}}
{{{.}}}
{{/html-summary}}
{{#is-top-level-section}}{{#is-parent-section}} @@ -24,4 +24,4 @@ {{>TableOfContents__line}} {{/array-sections}} - \ No newline at end of file +