11
edits
Changes
no edit summary
https://wordpress.org/plugins/demomentsomtres-wp-export/
Creating ePub with image files
On an article - save the article page as a local file (journal.htm, in this example).
It saved the content file as well as the image files.
Then, run this command -
pandoc -f html -t epub --toc -o journal.epub journal.htm
This generated an journal.epub file with images.
Idea came from: https://blogs.aalto.fi/blog/epublishing-with-pandoc/