idan / gistio

A gist-backed pretty display for markdown.
https://gist.io
MIT License
486 stars 41 forks source link

Use maruku instead of markdown #19

Closed jamesflorentino closed 11 years ago

jamesflorentino commented 12 years ago

Maruku has more advanced features than markdown. For instance, you cannot make a table of contents, a linkable anchor, etc. (see example: http://gist.io/3141153).

Looks great so far :-)

idan commented 11 years ago

For now, I'm planning on using Github's /markdown API endpoint to render markdown. It gets us GFM and consistent rendering.