You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
462 B
6 lines
462 B
etherpump gettext post-script.md > post-script.md
|
|
etherpump gettext post-script.css > css/post-script.css
|
|
|
|
pandoc -f markdown -t html -c css/post-script.css --toc --toc-depth=1 --standalone --template post-script.template.html post-script.md -o post-script.html
|
|
|
|
pandoc -f markdown --pdf-engine=weasyprint -c css/post-script.css --toc --toc-depth=1 --standalone --template post-script.template.html --reference-location=section post-script.md -o post-script.pdf
|
|
|