Revision [3026]

This is an old revision of SyntaxHighlighter made by NilsLindenberg on 2004-12-09 15:48:53.

 

HelpInfo Wikka Documentation

Wikka Syntax Highlighter

Last edited by NilsLindenberg:
examples added
Thu, 09 Dec 2004 15:48 UTC [diff]


GeSHi is now hooked into Wikka.

Usage: %%(formatter) code %%

The following formatters are available:


Examples


%%code%%:
int main(int arc,char **argv)
{
	printf("Hello, %s!
", (argc>1) ? argv[1] : "World");
	return 0;
}


%%(ini) INI file contents%%:
; Menu specification file for Opera 7.0

[Version]
File Version=2

[Info]  #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9

%%(php) PHP code%%:
<?php
phpinfo();
 = "Hello, World!
"
;
print "";?>


%%(email) Email message%%:



Give it a thorough testing, and if all is well, it will be released in the upcoming version. -- JsnX


CategoryDevelopment CategoryDocumentation
There are 18 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki