# HG changeset patch # User Brian Neal # Date 1299034260 0 # Node ID b783a555cd8706ebd328fbbaf9beeb88f41bcd74 # Parent 2177a71b680cdb1486b554d405958907bd33743b Fixing #167: broken images on markdown cheat sheet. diff -r 2177a71b680c -r b783a555cd87 gpp/templates/core/markdown_help.html --- a/gpp/templates/core/markdown_help.html Wed Mar 02 02:47:15 2011 +0000 +++ b/gpp/templates/core/markdown_help.html Wed Mar 02 02:51:00 2011 +0000 @@ -52,14 +52,14 @@ Inline Images ![alt text](http://example.com/smile.jpg "Smile"). - alt text + alt text Reference Images ![alt text][id]
[id]: http://example.com/smile.jpg "Smile" - alt text + alt text Bullet List