From: <var...@us...> - 2009-01-07 09:48:05
|
Revision: 6375 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6375&view=rev Author: vargenau Date: 2009-01-07 09:48:02 +0000 (Wed, 07 Jan 2009) Log Message: ----------- Better put tilde at beginning of line Modified Paths: -------------- trunk/pgsrc/Help%2FWikicreole Modified: trunk/pgsrc/Help%FWikicreole =================================================================== --- trunk/pgsrc/Help%2FWikicreole 2009-01-07 08:58:06 UTC (rev 6374) +++ trunk/pgsrc/Help%2FWikicreole 2009-01-07 09:48:02 UTC (rev 6375) @@ -91,9 +91,9 @@ The content of the headers is parsed, allowing for instance to use subscript and superscript text. (The header content parsing is optional in Wikicreole.) <pre> -=~= First level of header (h2 in HTML) == -=~== Second level of header (h3 in HTML) === -=~=== The XX^^th^^ century. +~== First level of header (h2 in HTML) == +~=== Second level of header (h3 in HTML) === +~==== Third level of header (h4 in HTML) </pre> == Links == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |