From 76c804297db246805c9095bc60d70551ade0f44c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 21 Nov 2010 23:31:47 -0600 Subject: [PATCH] Add formatting hints to wishlist --- wishlist.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wishlist.cgi b/wishlist.cgi index 37db986..628fce8 100755 --- a/wishlist.cgi +++ b/wishlist.cgi @@ -37,6 +37,11 @@ if u: content.append('') content.append('') content.append('') + content.append('

Formatting overview:

') + content.append('
* Item')
+        content.append('* Second item')
+        content.append('* Item with [a link](http://example.com/)')
+        content.append('* <del>A spoken-for item</del>
') else: for fn in sorted(glob.glob(os.path.join(BASE, '*'))): u = os.path.basename(fn)