From: <var...@us...> - 2009-01-24 11:06:27
|
Revision: 6437 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6437&view=rev Author: vargenau Date: 2009-01-24 11:06:22 +0000 (Sat, 24 Jan 2009) Log Message: ----------- Add inline nowiki Modified Paths: -------------- trunk/pgsrc/Help%2FWikicreole Modified: trunk/pgsrc/Help%FWikicreole =================================================================== --- trunk/pgsrc/Help%2FWikicreole 2009-01-24 10:59:01 UTC (rev 6436) +++ trunk/pgsrc/Help%2FWikicreole 2009-01-24 11:06:22 UTC (rev 6437) @@ -1,4 +1,4 @@ -Date: Tue, 8 Jan 2009 8:18:24 +0100 +Date: Sat, 24 Jan 2009 11:18:24 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -<?plugin CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 ?> +<<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 >> Phpwiki allows you to use the Wikicreole syntax to edit your wiki pages. @@ -117,26 +117,26 @@ === External link (URL) === <verbatim> -[[http:www.wikicreole.org]] +[[http://www.wikicreole.org]] </verbatim> -[[http:www.wikicreole.org]] +[[http://www.wikicreole.org]] === Raw external link (URL) === <verbatim> -http:www.wikicreole.org +http://www.wikicreole.org </verbatim> -http:www.wikicreole.org +http://www.wikicreole.org === External link with alternate text === <verbatim> -[[http:www.wikicreole.org|Visit the Wikicreole website]] +[[http://www.wikicreole.org|Visit the Wikicreole website]] </verbatim> -[[http:www.wikicreole.org|Visit the Wikicreole website]] +[[http://www.wikicreole.org|Visit the Wikicreole website]] == Paragraphs == @@ -219,11 +219,9 @@ |Cell 2.1 |Cell 2.2 | </verbatim> -<?plugin WikicreoleTable |=Heading Col 1 |=Heading Col 2 | |Cell 1.1 |Two lines\\in Cell 1.2 | |Cell 2.1 |Cell 2.2 | -?> == Nowiki == @@ -239,6 +237,12 @@ //This// does **not** get [[formatted]] }}} +<verbatim> +Some examples of markup are: {{{** <i>this</i> ** }}} +</verbatim> + +Some examples of markup are: {{{** <i>this</i> ** }}} + == Escape character == The escape character is the tilde. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |