moveToEnd(); $openingTag = $callStack->moveToPreviousCorrespondingOpeningCall(); return array(PluginUtility::ATTRIBUTES => $openingTag->getAttributes()); } public static function processEnterXhtml(TagAttributes $attributes, \DokuWiki_Syntax_Plugin $plugin, \Doku_Renderer_xhtml $renderer) { Prism::htmlEnter($renderer, $plugin, $attributes); } public static function processExitXhtml(TagAttributes $attributes, \Doku_Renderer_xhtml $renderer) { Prism::htmlExit($renderer, $attributes); } }