mirror of https://github.com/nealey/woozle.org.git
Add formatting hints to wishlist
This commit is contained in:
parent
2fa12255f5
commit
76c804297d
|
@ -37,6 +37,11 @@ if u:
|
|||
content.append('<input name="p">')
|
||||
content.append('<input type="submit" value="update">')
|
||||
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('* <del>A spoken-for item</del></pre>')
|
||||
else:
|
||||
for fn in sorted(glob.glob(os.path.join(BASE, '*'))):
|
||||
u = os.path.basename(fn)
|
||||
|
|
Loading…
Reference in New Issue