Closed
Description
Are there any ways to open .md markdown files in jupyter? As there are many .ipynb notebooks cloned from git repositories containing many .md files like README.md. It is very inconvenient to read these .md files. Currently, clicking the .md in tree view will open the source of the markdown, not the rendered view.
I notice ViewHandler in v5.0 is introduced. Is there a .md ViewHandler to render markdown files? thanks