There isn't a handler that renders markdown (the server does no markdown rendering), so there is no URL for such a thing unless you add an extension that provides it. JupyterLab adds rendering support for markdown files in the editor, though.
-Min On Tue, Nov 15, 2016 at 7:55 PM, Owen Kelly <[email protected]> wrote: > Hi All, > > I have a notebook file and a markdown file: > MyNotebook.ipynb > readme.md > > The notebook has a markdown cell that includes the following raw text > > ## Instructions > [Setup instructions](http://localhost:8888/edit/readme.md) > > When I process this cell, it looks good and the text "Setup instructions" > is a hotlink. > > When you follow the link, you come to a page where you can *edit* > readme.md . > I want to go to a page where readme.md is *rendered*. > > Any thoughts on how to do that? > > Thanks and regards, > > Owen > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/42d20b33-87f4-45dd-84db-37d12c137f20%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/42d20b33-87f4-45dd-84db-37d12c137f20%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BVbqg4S2qVDWGPcOgNM-3XZgRq9i%2BJHkcxJZZfUuqviXQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
