From: Carsten K. <car...@us...> - 2001-12-31 06:39:14
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv20350 Modified Files: TextFormattingRules Log Message: added missing [ in synopsis example Index: TextFormattingRules =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TextFormattingRules,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** TextFormattingRules 2001/12/19 04:00:09 1.20 --- TextFormattingRules 2001/12/31 06:39:11 1.21 *************** *** 1,11 **** ! From [no address given] Tue Dec 18 22:49:54 2001 Subject: TextFormattingRules From: [no address given] (PhpWiki) ! Date: Tue, 18 Dec 2001 19:32:50 -0500 Mime-Version: 1.0 (Produced by PhpWiki 1.3.0-jeffs-hacks) Content-Type: application/x-phpwiki; pagename=TextFormattingRules; flags=PAGE_LOCKED; ! lastmodified=1008721970; Content-Transfer-Encoding: quoted-printable --- 1,11 ---- ! From [no address given] Tue Dec 18 22:49:55 2001 Subject: TextFormattingRules From: [no address given] (PhpWiki) ! Date: Tue, 18 Dec 2001 19:32:51 -0500 Mime-Version: 1.0 (Produced by PhpWiki 1.3.0-jeffs-hacks) Content-Type: application/x-phpwiki; pagename=TextFormattingRules; flags=PAGE_LOCKED; ! lastmodified=1008721971; Content-Transfer-Encoding: quoted-printable *************** *** 13,26 **** TextFormattingRules%%% __Emphasis:__ '____' for ''italics'', _''''_ for __bold__, '____'_''''_ = ! for ''__both__''%%% __Lists:__ * for bullet lists, # for numbered lists, "; term : definition" = ! for definition lists%%% __References:__ !JoinCapitalizedWords or use square brackets for a [[page = link] or URL [[!http://cool.wiki.int/].%%% __Footnotes:__ Use [[1],[[2],[[3],...%%% __Preventing linking__ Prefix with "!": !!DoNotHyperlink, name links like = ! [[text | URL] (double up on the "[")%%% __Misc__ "!", "!!", "!!!" make headings, "%%''''%" makes a linebreak, = ! "-''''-''''-''''-" makes a horizontal rule ---- --- 13,26 ---- TextFormattingRules%%% __Emphasis:__ '____' for ''italics'', _''''_ for __bold__, '____'_''''_ = ! for ''__both__''.%%% __Lists:__ * for bullet lists, # for numbered lists, "; term : definition" = ! for definition lists.%%% __References:__ !JoinCapitalizedWords or use square brackets for a [[page = link] or URL [[!http://cool.wiki.int/].%%% __Footnotes:__ Use [[1],[[2],[[3],...%%% __Preventing linking__ Prefix with "!": !!DoNotHyperlink, name links like = ! [[[text | URL] (double up on the "[").%%% __Misc__ "!", "!!", "!!!" make headings, "%%''''%" makes a linebreak, = ! "-''''-''''-''''-" makes a horizontal rule. ---- |