This commit is contained in:
Never Gude 2026-02-12 04:10:35 +01:00
parent dddf6082c7
commit 3ca1685ec6
22 changed files with 108 additions and 77 deletions

36
pandoc/ansi-template Normal file
View file

@ -0,0 +1,36 @@
$if(titleblock)$
$titleblock$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
$for(include-before)$
$include-before$
$endfor$
$if(toc)$
$table-of-contents$
$endif$
$body$
$if(articles)$
ARTICLES
$for(articles)$
$if(articles.title)$
$articles.title$$if(articles.filename)$ ($articles.filename$)$endif$
$endif$
$if(articles.summary)$
$articles.summary$
$endif$
$if(articles.author)$ $articles.author$$endif$$if(articles.date)$ - $articles.date$$endif$
$endfor$
$endif$
$for(include-after)$
$include-after$
$endfor$