getNativeData(); $pst = $wgParser->preSaveTransform( $text, $title, $user, $popts ); return new JavaScriptContent( $pst ); } protected function getHtml() { $html = ""; $html .= "
\n"; $html .= $this->getHighlightHtml(); $html .= "\n\n"; return $html; } }