# HG changeset patch # User Brian Neal # Date 1285030771 0 # Node ID 9c82c79848848ebf9d72a58b55147c387cf63aa6 # Parent 2ba1a6d3b98408b6e046159d597924a7cc43aabb Fix #105. Incorrect path to example image in the markdown help template. diff -r 2ba1a6d3b984 -r 9c82c7984884 gpp/templates/core/markdown_help.html --- a/gpp/templates/core/markdown_help.html Tue Sep 21 00:52:55 2010 +0000 +++ b/gpp/templates/core/markdown_help.html Tue Sep 21 00:59:31 2010 +0000 @@ -51,15 +51,15 @@ Inline Images - ![alt text](/static/icons/emoticon_smile.png "Smile"). - alt text + ![alt text](http://example.com/smile.jpg "Smile"). + alt text Reference Images ![alt text][id]
- [id]: /static/icons/emoticon_smile.png "Smile" + [id]: http://example.com/smile.jpg "Smile" - alt text + alt text Bullet List