up doc install

This commit is contained in:
Tykayn 2024-11-04 10:48:39 +01:00 committed by tykayn
parent 54d58303aa
commit 949e1f47dd
6 changed files with 14 additions and 7 deletions

View file

@ -1,31 +0,0 @@
$for(header-includes)$
$header-includes$
$endfor$
$if(title)$
# $title$
$endif$
$if(subtitle)$
## $subtitle$
$endif$
$for(author)$
### $author$
$endfor$
$if(date)$
$date$
$endif$
$for(include-before)$
$include-before$
$endfor$
$if(toc)$
$idprefix$ " TOC"
$table-of-contents$
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$