Converting Markdown to ePub or Mobi Using Pandoc
themythicalengineer.com
Converting Markdown to ePub or Mobi Using Pandoc
1–10 of 56 posts
Re: Converting Markdown to ePub or Mobi Using Pandoc
#2Re: Converting Markdown to ePub or Mobi Using Pandoc
#3https://digitalsuperpowers.com/blog/2019-02-16-publishing-eb...
Re: Converting Markdown to ePub or Mobi Using Pandoc
#4Is the resulting typesetting any good?
Re: Converting Markdown to ePub or Mobi Using Pandoc
#5Is the resulting typesetting any good?
Epub is just html with css and images in a zip file. So the quality of the typography will largely depend on the renderer, not the file itself.
Re: Converting Markdown to ePub or Mobi Using Pandoc
#6If you are interested in knowing how to customize `pandoc` for generating PDF/EPUB, I have a tutorial [0] based on books I've written. I also have links at the end with related resources, including tools others than `pandoc`.
Re: Converting Markdown to ePub or Mobi Using Pandoc
#7Good stuff. When I wrote an eBook I found the extra features of reStructuredText to be useful (index, glossary, graphviz & Tikz environments, etc.) and wrote a sort of similar post. https://digitalsuperpowers.com/blog/2019-02-16-publishing-eb...
Re: Converting Markdown to ePub or Mobi Using Pandoc
#8Earlier quoted context omitted.
Epub is just html with css and images in a zip file. So the quality of the typography will largely depend on the renderer, not the file itself.
The end result would largely depend on the quality of generated HTML and CSS, no? That's what the OP is most likely asking about.
Re: Converting Markdown to ePub or Mobi Using Pandoc
#9Re: Converting Markdown to ePub or Mobi Using Pandoc
#10Is the resulting typesetting any good?