Apr 21, 2021 In this blog post, I will show you the process of combining and converting a list of markdown files into kindle supported ebook (.mobi) format. In this example I would be converting official documentation of Docker website into an ebook for offline use. I will use Pandoc to combine and convert the markdown (.md) files into .epub format. Then I will use Calibre to convert it to .mobi format. You can follow the steps and modify the linux commands according to your needs. If you don’t have a linux machine, you can use Deepnote platform to run linux commands in jupyter notebook.