|
From: Todd L. M. <tm...@ha...> - 2000-12-06 03:37:18
|
I've implemented lists as they are implemented in TWiki. What this means, essentially, is two things: (1) Lists are now noted by tab characters (2) <number>. notates ordered lists My implementation as a problem, (A), that when nesting lists of dissimilar types, it doesn't close them off at the proper level of nesting. Now, Netscape doesn't seem to mind, I think things both end up looking right, and they do end up being fully closed off, but I'd like other browser-users to test things for me, because fixing it will be an enourmous pain. However, I'm strongly tempted to ditch (2) and replace it with the notation that %RobertFitzsimons% uses, that is, with a pound sign, viz: # List item # list item where the whitespace is a tab. However, I kind of like (1). Anyway, please go beat on sfwiki some more, particularly absurd lists. And send commentary. If it holds up, I think this will become the legendary release 2, and I'll do the import from the current JOS wiki (to jos.sourceforge.net) when I get the tarball (from Ian?). Cross your fingers :) It probably shouldn't go 'live' as the official Wiki until we've got some user auth going, though. -jQuinn |