Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view an online markdown document in an online editor [closed]

Tags:

markdown

I have an online markdown doc, say www.example.com/README.md. I want an online application that can take this URL and render the markdown in HTML. Something like this:

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

like image 695
Gurjeet Singh Avatar asked May 09 '13 12:05

Gurjeet Singh


1 Answers

StackEdit can do that but only with Markdown documents published on Gist. By the way, you can use StackEdit to publish your document on different websites.

Update:

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

Update:

I'm the developer of StackEdit.

Update:

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

like image 182
benweet Avatar answered Oct 19 '22 13:10

benweet