From 59650dc362534a787688e905a7b66134eea45dfe Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:35:52 +0100 Subject: [PATCH] Add blank lines between generated includes to fix headings Otherwise headings and :leveloffset: directives are sometimes not recognized, apparently because of too few separating blank lines. --- src/docs/templates/handbook.ftlh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/templates/handbook.ftlh b/src/docs/templates/handbook.ftlh index 3dc81b4..30d4ca0 100644 --- a/src/docs/templates/handbook.ftlh +++ b/src/docs/templates/handbook.ftlh @@ -9,7 +9,7 @@ ${authors?join(";", "")} <#list directory as file> include::${file}[] -</#list> +</#list> :leveloffset: -1 </#list> -- GitLab