comparison gpp/templates/core/markdown_help.html @ 351:b783a555cd87

Fixing #167: broken images on markdown cheat sheet.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Mar 2011 02:51:00 +0000
parents 9c82c7984884
children f54bf3b3bece
comparison
equal deleted inserted replaced
350:2177a71b680c 351:b783a555cd87
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](http://example.com/smile.jpg "Smile").</td> 54 <td>![alt text](http://example.com/smile.jpg "Smile").</td>
55 <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> 55 <td><img src="/static/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]: http://example.com/smile.jpg "Smile"</td> 60 [id]: http://example.com/smile.jpg "Smile"</td>
61 </td> 61 </td>
62 <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> 62 <td><img src="/static/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