/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
data/templates/default.muse
44 строки
587 B
John MacFarlane
Update muse template to handle multiple authors better.
29 июл 2019, 05:25
29 июл 2019, 05:25
1afea63
Код
Авторство
О чём код?
$if(author)$ #author $for(author)$$author$$sep$; $endfor$ $endif$ $if(title)$ #title $title$ $endif$ $if(lang)$ #lang $lang$ $endif$ $if(LISTtitle)$ #LISTtitle $LISTtitle$ $endif$ $if(subtitle)$ #subtitle $subtitle$ $endif$ $if(SORTauthors)$ #SORTauthors $SORTauthors$ $endif$ $if(SORTtopics)$ #SORTtopics $SORTtopics$ $endif$ $if(date)$ #date $date$ $endif$ $if(notes)$ #notes $notes$ $endif$ $if(source)$ #source $source$ $endif$ $for(header-includes)$ $header-includes$ $endfor$ $for(include-before)$ $include-before$ $endfor$ $body$ $for(include-after)$ $include-after$ $endfor$