Besides html output, I would like to generate markdown documents which can be recognised by the markdown parser in bitbucket or github. Is there a way to generate markdown files from jupyter notebooks, similar to the "keep markdown source file" option in Rstudio?
Note: These answers deal with markdown output in specific code cells:
- How to programmatically generate markdown output in Jupyter notebooks?
- Make output cells like Markdown
This is not what I'm looking for. I want to generate a complete markdown.md document where code and output is available.