How to view an online markdown document in an online editor -


i have online markdown doc, www.example.com/readme.md. want online application can take url , render markdown in html. this:

www.example.com/awesomemarkdownviewer.php?edit=www.example.com/readme.md

stackedit can markdown documents published on gist. way, can use stackedit publish document on different websites.

update:

stackedit can open url within viewer that:
http://benweet.github.io/stackedit/viewer.html?url=http://path/to/file.md

update:

i'm developer of stackedit.

update:

to avoid browser caching of multiple pages, use: https://stackedit.io/viewer#!url=http://path/to/file.md


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -