Home
last modified time | relevance | path

Searched refs:footnote (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
D_footnotes.css7 /* link to footnote inside the text */
11 div.insitu-footnote {
/dokuwiki/inc/parser/
Dhandler.php37 protected $footnote; variable in Doku_Handler
495 public function footnote($match, $state, $pos) function in Doku_Handler
497 if (!isset($this->footnote)) $this->footnote = false;
503 if ($this->footnote) {
507 $this->footnote = true;
514 if (!$this->footnote) {
519 $this->footnote = false;
Dxhtml.php155 foreach ($this->footnotes as $id => $footnote) {
157 if (!str_starts_with($footnote, "@@FNT")) {
173 $this->doc .= '<div class="content">' . $footnote . '</div>';
475 $footnote = $this->doc;
480 $i = array_search($footnote, $this->footnotes);
484 $this->footnotes[$fnid] = $footnote;
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt109 You can add footnotes ((This is a footnote)) by using double parentheses.
111 You can add footnotes ((This is a footnote)) by using double parentheses.
/dokuwiki/data/pages/wiki/
Dsyntax.txt109 You can add footnotes ((This is a footnote)) by using double parentheses.
111 You can add footnotes ((This is a footnote)) by using double parentheses.