Well, time for mkdown to pivot and rebrand as "gist.io but without serifs."
Seriously though, looks like they did a great job.
> Wow, how did I not know that?
To keep track of the fascinating and rapidly evolving Markdown ecosystem, I maintain an inventory¹ of Markdown dialects, editors, parsers, stylesheets, various tools, etc.Kudos on Mkdown.com! It’s been added to the list.²
¹ https://github.com/rhythmus/markdown-resources ² https://github.com/rhythmus/markdown-resources/blob/master/m...
Can we have custom title too? this gist[1] titled "Learning Haskell" but in mkdown[2] it just say "Gist 8739525" in it's title.
https://www.google.com/search?q=markdown+gist&oq=markdown+gi...
There's nothing wrong with that, I bet you enjoyed it and now everyone has a very nice alternative.
mkdown.com/abc123?theme=light or mkdown.com/abc123/light
Ordered lists seem to be missing by the way.
gist.io/3d0b9deab6f5969c354b
Also, mkdown.com fails (without www. subdomain)
re:www, it's working on my end: http://cl.ly/image/371J2a1Z2F1s. But I'll investigate.
On yours, as in parent's example, the code blocks don't even get put in a `<pre>`, which would be the minimal 'right thing' if you're not going to do syntax highlighting.
(Of course, yes, syntax highlighting code blocks within .md is pretty much going to use the same logic as handling other file types, it's true).
Edit: I was wrong, SeatGeek didn't go through YC. But the company is certainly well-liked around here, partly because of their open source: https://github.com/seatgeek/soulmate
[0] http://www.paulgraham.com/gfaq.html (last question)
btw, i love that sintax highlighting. good job!
Also, a light theme alternative would be nice.
Great work though - I wish I saw this last week while showing markdown to others for the first time.
It allows quick & easy sharing of markdown text, and you can host your own instance if you wish.