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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -