Home
last modified time | relevance | path

Searched refs:superscript (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt12 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
14 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
/dokuwiki/inc/parser/
H A Dhandler.php471 public function superscript($match, $state, $pos)
473 $this->nestingTag($match, $state, $pos, 'superscript');
447 public function superscript($match, $state, $pos) { global() function in Doku_Handler