Skip to content
Snippets Groups Projects
Select Git revision
  • 59650dc362534a787688e905a7b66134eea45dfe
  • master default protected
2 results

handbook.ftlh

  • user avatar
    dgelessus authored
    Otherwise headings and :leveloffset: directives are sometimes not
    recognized, apparently because of too few separating blank lines.
    59650dc3
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    handbook.ftlh 194 B
    = ${title}
    ${authors?join(";", "")}
    
    :xrefstyle: short
    :toc:
    
    <#list directories as directory>
    :leveloffset: +1
    
    <#list directory as file>
    include::${file}[]
    
    </#list>
    :leveloffset: -1
    </#list>