Randy
unread,Sep 27, 2009, 5:07:59 PM9/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WikklyText
Frank
Where do you want bug reports?
For now, I'll post it here... for current version, i.e.
easy_install -U wikklytext
Bug:
Table header row with "h" suffix throws a Python exception.
Example:
| foo | bar | h
| aaa | bbb |
Work around is to use "|!" (avoid "h" suffix).
|! foo |! bar |
| aaa | bbb |
Bug/Cosmetic:
Table row span doesn't accept white space around "~"
| big cell xxx | big cell yyy |
| ~ | row span ignored |
| big cell xxx | big cell yyy |
|~| row span okay, but visual alignment in markup is impossible |
Nice Features:
I like the markup improvements, relative to TiddlyWiki,
such as white space before list "*" and "#",
and the two-newlines for paragraph breaks...
Thanks 8^)