Searched refs:footnote (Results 1 – 5 of 5) sorted by relevance
7 /* link to footnote inside the text */11 div.insitu-footnote {
37 protected $footnote; variable in Doku_Handler495 public function footnote($match, $state, $pos) function in Doku_Handler497 if (!isset($this->footnote)) $this->footnote = false;503 if ($this->footnote) {507 $this->footnote = true;514 if (!$this->footnote) {519 $this->footnote = false;
155 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;
109 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.