From: <var...@us...> - 2012-11-28 15:43:29
|
Revision: 8570 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8570&view=rev Author: vargenau Date: 2012-11-28 15:43:19 +0000 (Wed, 28 Nov 2012) Log Message: ----------- color=bright to be compatible between highlight version 2 and 3 Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-11-28 11:04:40 UTC (rev 8569) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-11-28 15:43:19 UTC (rev 8570) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:51:22 +0000 +Date: Wed, 28 Nov 2012 16:42:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSyntaxHighlighterPlugin; @@ -8,7 +8,7 @@ Content-Transfer-Encoding: binary The **~SyntaxHighlighter** [[Help:WikiPlugin|plugin]] passes all its arguments through a C++ -highlighter called "highlight" (available at http://www.andre-simon.de/). +highlighter called "highlight" (available at [[http://www.andre-simon.de]]). == Arguments == @@ -42,7 +42,7 @@ == Example == {{{ -<<SyntaxHighlighter syntax=c style=kr color=emacs +<<SyntaxHighlighter syntax=c style=kr color=bright #include <stdio.h> int main() { @@ -53,7 +53,7 @@ will give: -<<SyntaxHighlighter syntax=c style=kr color=emacs +<<SyntaxHighlighter syntax=c style=kr color=bright #include <stdio.h> int main() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |