changes
This commit is contained in:
parent
dddf6082c7
commit
3ca1685ec6
22 changed files with 108 additions and 77 deletions
36
pandoc/ansi-template
Normal file
36
pandoc/ansi-template
Normal 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)$
|
||||
|
||||
[1m[23m[39m[49m[24m[29mARTICLES[0m
|
||||
|
||||
$for(articles)$
|
||||
$if(articles.title)$
|
||||
[1m[23m[39m[49m[24m[29m$articles.title$[0m$if(articles.filename)$ ($articles.filename$)$endif$
|
||||
$endif$
|
||||
$if(articles.summary)$
|
||||
$articles.summary$
|
||||
$endif$
|
||||
$if(articles.author)$ $articles.author$$endif$$if(articles.date)$ - [22m[3m[39m[49m[24m[29m$articles.date$[0m$endif$
|
||||
|
||||
$endfor$
|
||||
$endif$
|
||||
$for(include-after)$
|
||||
|
||||
$include-after$
|
||||
$endfor$
|
||||
Loading…
Add table
Add a link
Reference in a new issue