Skip to content
Snippets Groups Projects
Commit 59650dc3 authored by dgelessus's avatar dgelessus
Browse files

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.
parent 81b35478
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ${authors?join(";", "")} ...@@ -9,7 +9,7 @@ ${authors?join(";", "")}
<#list directory as file> <#list directory as file>
include::${file}[] include::${file}[]
</#list>
</#list>
:leveloffset: -1 :leveloffset: -1
</#list> </#list>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment