Add formatting hints to wishlist

This commit is contained in:
Neale Pickett 2010-11-21 23:31:47 -06:00
parent 2fa12255f5
commit 76c804297d
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ if u:
content.append('<input name="p">') content.append('<input name="p">')
content.append('<input type="submit" value="update">') content.append('<input type="submit" value="update">')
content.append('</form>') content.append('</form>')
content.append('<p>Formatting overview:</p>')
content.append('<pre>* Item')
content.append('* Second item')
content.append('* Item with [a link](http://example.com/)')
content.append('* &lt;del&gt;A spoken-for item&lt;/del&gt;</pre>')
else: else:
for fn in sorted(glob.glob(os.path.join(BASE, '*'))): for fn in sorted(glob.glob(os.path.join(BASE, '*'))):
u = os.path.basename(fn) u = os.path.basename(fn)