Additions:
<<This is a highlighter that parses wikka markup, and then displays the resulting html code with GeSHi's ##html4strict## highlighter.
Deletions:
<<
This is a highlighter that parses wikka markup, and then displays the resulting html code with GeSHi's ##html4strict## highlighter.
Additions:
$temp .= $wakka->Format($code."\n", $language);
$temp .= '</div>'."\n";
Deletions:
$temp .= $wakka->Format($code, $language);
$temp .= "</div>\n";
Additions:
<<===Example===
<<
Deletions:
>>===Example===
>>
No Differences
Deletions:
eh
No Differences
Additions:
eh
Additions:
""||I'm||Awesome||""
||I'm||Awesome||
||I'm||Awesome||
Deletions:
""||I'm||Awsome||""
||I'm||Awsome||
||I'm||Awsome||
Additions:
>>===Example===
==Wikka Code==
""|=|Header|=|Says||""
""||I'm||Awsome||""
==Parsed to (this is it!)==
%%(wiki2html)
|=|Header|=|Says||
||I'm||Awsome||
==Rendered as==
|=|Header|=|Says||
||I'm||Awsome||
>>
Additions:
''This should change nothing, except for wikka highlighters that uses ##Wakka::Format()## - and then you're out sailing already ;)''
Additions:
''Exchange them with ##""'%%(html4strict)'.$temp.'%%'""## in the file for righteousness! ;)''
Additions:
''The strange '%'.'%' below is to avoid breaking out of the highlighter before I want to.''
$this->Format('%'.'%(html4strict)'.$temp.'%'.'%');
Deletions:
$this->Format('% %(html4strict)'.$temp.'% %');
Additions:
The formatter is as follows, call it ##wiki2html## (or something else) and it is then callable by ##""%%(wiki2html)...%%""## or whatever you called it.
$this->Format('% %(html4strict)'.$temp.'% %');
Deletions:
The formatter is as follows, call it ##wiki2html## (or something else) and it is then callable by ##%%(wiki2html)...%%## or whatever you called it.
$this->Format('%%(html4strict)'.$temp.'%%');