top | item 7730855

Mkdown

223 points| jack7890 | 12 years ago |mkdown.com | reply

56 comments

order
[+] jrajav|12 years ago|reply
Awesome idea, but it's already been done: http://gist.io/
[+] jack7890|12 years ago|reply
Wow, how did I not know that?!

Well, time for mkdown to pivot and rebrand as "gist.io but without serifs."

Seriously though, looks like they did a great job.

[+] camus2|12 years ago|reply
gist.io seems broken, just tried it ,doesnt work with my gists.

gist.io/3d0b9deab6f5969c354b

[+] mrchess|12 years ago|reply
mkdown does private. Gist.io does not support private. +1 for mkdown!
[+] fogleman|12 years ago|reply
Should at least try to handle code...

http://www.mkdown.com/9382108

Also, mkdown.com fails (without www. subdomain)

[+] jack7890|12 years ago|reply
Yeah, maybe for v2. The goal of this was to elegantly share .md files (hence the name), so other file types are outside the scope of what I wanted to build.

re:www, it's working on my end: http://cl.ly/image/371J2a1Z2F1s. But I'll investigate.

[+] SeoxyS|12 years ago|reply
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.

Also, a light theme alternative would be nice.

[+] peeyek|12 years ago|reply
when displaying Go lang code it's look weird ( https://db.tt/O4Jbuqzv ). not all code wrap in code tag. mkdown.com/41ec9725ebee05370e58

btw, i love that sintax highlighting. good job!

[+] abritishguy|12 years ago|reply
Currently only supports markdown files, if that was a markdown file with the code in a fenced code block it would work.
[+] jxf|12 years ago|reply
Although http://gist.io 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!
[+] benatkin|12 years ago|reply
I opened it and thought that pg would approve of the narrow column [0]. Then I looked who made it and saw that it's a founder of one of the best examples of YC (not just companies that are doing well but seem philosophically aligned with YC).

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)

[+] jonalmeida|12 years ago|reply
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)

Great work though - I wish I saw this last week while showing markdown to others for the first time.

[+] turnersd|12 years ago|reply
Can this or any of the other similar renderers be hosted on github as a project page?
[+] stevekemp|12 years ago|reply
Unrelated to gists, but I hacked up http://markdownshare.com/ a while back.

It allows quick & easy sharing of markdown text, and you can host your own instance if you wish.

[+] erikano|12 years ago|reply
I was hoping this was a simplified Makefile format.
[+] stared|12 years ago|reply
Any such thing allowing to use LaTeX math formulae and citations?