Mercurial > public > sg101
comparison gpp/templates/core/markdown_help.html @ 256:9c82c7984884
Fix #105. Incorrect path to example image in the markdown help template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 21 Sep 2010 00:59:31 +0000 |
parents | ca7d619ee27b |
children | b783a555cd87 |
comparison
equal
deleted
inserted
replaced
255:2ba1a6d3b984 | 256:9c82c7984884 |
---|---|
49 <td>A link to <a href="http://google.com">Google</a>. Then | 49 <td>A link to <a href="http://google.com">Google</a>. Then |
50 anywhere else in the text, define the link on its own line.</td> | 50 anywhere else in the text, define the link on its own line.</td> |
51 </tr> | 51 </tr> |
52 <tr> | 52 <tr> |
53 <th>Inline Images</th> | 53 <th>Inline Images</th> |
54 <td>![alt text](/static/icons/emoticon_smile.png "Smile").</td> | 54 <td>![alt text](http://example.com/smile.jpg "Smile").</td> |
55 <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> | 55 <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> |
56 </tr> | 56 </tr> |
57 <tr> | 57 <tr> |
58 <th>Reference Images</th> | 58 <th>Reference Images</th> |
59 <td>![alt text][id]<br /> | 59 <td>![alt text][id]<br /> |
60 [id]: /static/icons/emoticon_smile.png "Smile"</td> | 60 [id]: http://example.com/smile.jpg "Smile"</td> |
61 </td> | 61 </td> |
62 <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> | 62 <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> |
63 </tr> | 63 </tr> |
64 <tr> | 64 <tr> |
65 <th>Bullet List</th> | 65 <th>Bullet List</th> |
66 <td> | 66 <td> |
67 <pre>* One | 67 <pre>* One |