markdown-book-template/compile_epub.sh

9 lines
192 B
Bash
Raw Permalink Normal View History

2025-03-05 12:58:04 +03:00
mkdir -p build
pandoc \
--filter pandoc-crossref \
--css templates/epub.css \
2025-03-05 21:47:51 +03:00
--resource-path=book:book-imgs \
2025-03-05 13:26:01 +03:00
--toc \
2025-03-05 12:58:04 +03:00
-o build/output.epub \
2025-03-05 21:47:51 +03:00
book/config.yml book/*.md