Add header in pandoc template
This commit is contained in:
parent
cb2faaf1d5
commit
4e6fb0d879
10 changed files with 17 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
pandoc --from markdown --to html \
|
||||
--template=../../templates/pandoc.html \
|
||||
--css ../../css/default.css \
|
||||
--include-in-header=../../templates/header.html \
|
||||
--include-before-body=../../templates/nav.html \
|
||||
--include-after-body=../../templates/footer.html \
|
||||
%f --output=%o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue