gistio
                                
                                 gistio copied to clipboard
                                
                                    gistio copied to clipboard
                            
                            
                            
                        A gist-backed pretty display for markdown.
Am I misunderstanding something? Here's a public gist: https://gist.github.com/anonymous/74c4f765c7d83073b969 I would have expected one of the following URLs to work: http://gist.io/anonymous/74c4f765c7d83073b969 or http://gist.io/74c4f765c7d83073b969 but neither does.
https://gist.github.com/xbelanch/d1be3d338d2fa34acdfa
http://gist.io/10225981 Hi, the above restructured text gist returns: ``` No Content Found Quite flummoxed. Terribly sorry. ``` I'd expect it to render?
http://gist.io/6960000 Balatonfűzfő vs Balatonfuzfo The accent characters are missing. I'm happy to send a pull request but I don't know the proper font. I would choose from this list http://www.google.com/fonts.
Sample gists: - https://gist.github.com/lolmaus/6578875 - https://gist.github.com/lolmaus/6811783
I created this example gist with 2 iframes - one bringing in a visual from a webpage and a second with a youtube video: https://gist.github.com/tkb/6377766 The embedded content does not...
I want to full-screen and have markdown on the left and an automatically-updated preview on the right. The two should be synced wrt scrolling. Preview should exactly match site. @idan...
Should be able to hit http://gist.io/3789349/some-text-here.html or whatever. Bonus points for modifying it for the user with the history API as the title changes.
I can add markup for a table but I can't style it, neither with a <style> element nor with style attributes (both are stripped by GFM, I serpose). E.g.: http://gist.io/3593759
It would be pretty neat if one could directly link to sections of a gist, e.g. `http://gist.io/12345#my-awesome-section`. Would it be feasible to automatically generated the necessary anchors from the section...