|
From: Arno H. <aho...@us...> - 2000-10-23 16:52:08
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory slayer.i.sourceforge.net:/tmp/cvs-serv26582/pgsrc Modified Files: TestPage Log Message: New: tabless definition lists (even nested): ;Term:definition And: ul,ol list types can be mixed - we only look at the last character. Changes e.g. from "**#*" to "###*" go unnoticed. and wouldn't make a difference to the HTML layout anyway. Index: TestPage =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TestPage,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** TestPage 2000/10/20 11:42:52 1.5 --- TestPage 2000/10/23 16:52:05 1.6 *************** *** 1,5 **** ! New lists: asterisks and hash marks * bullet * l1 --- 1,5 ---- ! New lists: asterisks, hash marks, and ";text:def" * bullet * l1 *************** *** 10,15 **** #two #three ! *****l5 ! ***l3 *l1 preformatted text --- 10,30 ---- #two #three ! ;Term1:definition1.1 ! ;: defintion1.2 ! ;Term2 :defintion2 ! ;; Term3:defintion3 ! ;;;Term4: definition4 ! ;;; : defintion4.2 ! ;;; Term5 : defintion5 ! ! Mixed: ! *ul1 ! *#ul1-ol1 ! *#ul1-ol2 ! *#*ul1-ol2-ul1 ! *#*ul1-ol2-ul2 ! *#**ul1-ol2-ul2-ul1 ! *#**ul1-ol2-ul2-ul1 ! *l1 preformatted text |