Searched refs:footnotes (Results 1 – 5 of 5) sorted by relevance
2 * This file provides styles for footnotes.5 /*____________ footnotes inside the text ____________*/16 /*____________ footnotes at the bottom of the page ____________*/18 .dokuwiki div.footnotes {24 .dokuwiki div.footnotes div.fn {26 .dokuwiki div.footnotes div.fn div.content {29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
165 .dokuwiki div.footnotes {
31 protected $footnotes = []; variable in Doku_Renderer_xhtml152 if ($this->footnotes !== []) {155 foreach ($this->footnotes as $id => $footnote) {164 $alt = array_keys($this->footnotes, "@@FNT$id");480 $i = array_search($footnote, $this->footnotes);484 $this->footnotes[$fnid] = $footnote;487 $this->footnotes[$fnid] = "@@FNT" . ($i);
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.