*/ require_once(dirname(__FILE__).'/metatoc.php'); class syntax_plugin_toctweak_inlinetoc extends syntax_plugin_toctweak_metatoc { protected $pattern = array( 5 => '{{INLINETOC\b.*?}}', // DOKU_LEXER_SPECIAL ); protected $tocStyle = array( // default toc visual design 'INLINETOC' => 'toc_inline', ); }