From: <var...@us...> - 2009-08-06 09:47:08
|
Revision: 7062 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7062&view=rev Author: vargenau Date: 2009-08-06 09:46:59 +0000 (Thu, 06 Aug 2009) Log Message: ----------- Fix hyperlinks syntax example Modified Paths: -------------- trunk/pgsrc/Help%2FTextFormattingRules Modified: trunk/pgsrc/Help%2FTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FTextFormattingRules 2009-08-06 08:48:31 UTC (rev 7061) +++ trunk/pgsrc/Help%2FTextFormattingRules 2009-08-06 09:46:59 UTC (rev 7062) @@ -1,4 +1,4 @@ -Date: Thu, 25 Jun 2009 11:58:58 +0000 +Date: Thu, 6 Aug 2009 13:46:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -285,7 +285,7 @@ *** ##~#~[~[foo]]##: An anchor around the text "foo" with id "foo". *** ##~#~[~[|foo]]##: An empty anchor with id "foo". *** ##~#~[~[howdy|foo]]##: An anchor around the text "howdy" with id "foo". -** References to name anchors are made thusly:\\##~[~[~#~#hyperlinks]]##, ##~[~[~OtherPage#foo]]##, ##~[~[~OtherPage#foo|named]]##. +** References to name anchors are made thusly:\\##~[~[~#hyperlinks]]##, ##~[~[~OtherPage#foo]]##, ##~[~[~OtherPage#foo|named]]##. * Semantic links are named links like: is_a::WikiPage and attributes like size:-4000. * A pagelink within square brackets starting with ":" is not backlinked. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |