I should have also mentioned that this is open sourced: <a href="https://github.com/jack7890/mkdown" rel="nofollow">https://github.com/jack7890/mkdown</a> (just updated the landing page to reflect that).
Should at least try to handle code...<p><a href="http://www.mkdown.com/9382108" rel="nofollow">http://www.mkdown.com/9382108</a><p>Also, mkdown.com fails (without www. subdomain)
Love it. One thing I miss from GitHub's native UI, functionally, is the ability to link to headings. I feel like that should be preserved.<p>Also, a light theme alternative would be nice.
when displaying Go lang code it's look weird ( <a href="https://db.tt/O4Jbuqzv" rel="nofollow">https://db.tt/O4Jbuqzv</a> ). not all code wrap in code tag. mkdown.com/41ec9725ebee05370e58<p>btw, i love that sintax highlighting. good job!
I did something similar a while back with <a href="https://github.com/sntran/gists.io" rel="nofollow">https://github.com/sntran/gists.io</a>, but was too ambitious to include editor. That got me nowhere. Yours look very nice and simple.
Although <a href="http://gist.io" rel="nofollow">http://gist.io</a> has this already, I think I like mkdown's CSS a little better (though there doesn't seem to be <code> styling as of yet). In any case, great work!
Does it have to be limited to using a gist? Would it be possible to pass in any url to just raw markdown and have that parsed (i.e. like raw.github.com)<p>Great work though - I wish I saw this last week while showing markdown to others for the first time.
Unrelated to gists, but I hacked up <a href="http://markdownshare.com/" rel="nofollow">http://markdownshare.com/</a> a while back.<p>It allows quick & easy sharing of markdown text, and you can host your own instance if you wish.