|
|
|
|
|
by mcless
2715 days ago
|
|
Why not use something like http://github.com/susam/texme as a starting point? Really easy to turn any Markdown document into a rendered HTML with a single line of code in the header. This rendered HTML could be converted to PDF and printed or the self-rendered HTML itself could be printed directly. |
|
It also looks like OP's book was split into several Markdown files, one for each chapter. So he would have needed some sort of build script anyway if he wanted to use texme on the combined document. He would also have needed more than a single line of code in the header, since he wanted some custom styling for blockquotes and code snippets.