Skip to content

Instantly share code, notes, and snippets.

@clausd
Created April 30, 2020 11:43
Show Gist options
  • Save clausd/e872308c03117e232b36cadfa72ac2ac to your computer and use it in GitHub Desktop.
Save clausd/e872308c03117e232b36cadfa72ac2ac to your computer and use it in GitHub Desktop.
Neat Markdown from epub (google docs)
pandoc --from=epub+native_divs+native_spans --to=rtf source.epub | unrtf | pandoc --from=html-native_divs-native_spans --to=markdown_strict > acceptable.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment