Searched refs:nestingTag (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/parser/ |
H A D | handler.php | 251 protected function nestingTag($match, $state, $pos, $name) function in Doku_Handler 413 $this->nestingTag($match, $state, $pos, 'strong'); 425 $this->nestingTag($match, $state, $pos, 'emphasis'); 437 $this->nestingTag($match, $state, $pos, 'underline'); 449 $this->nestingTag($match, $state, $pos, 'monospace'); 461 $this->nestingTag($match, $state, $pos, 'subscript'); 473 $this->nestingTag($match, $state, $pos, 'superscript'); 485 $this->nestingTag($match, $state, $pos, 'deleted');
|