Home
last modified time | relevance | path

Searched refs:footnotes (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_footnotes.css2 * 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 {
H A Dprint.css164 .dokuwiki div.footnotes {
/dokuwiki/inc/parser/
H A Dxhtml.php29 /** @var array a list of footnotes, list starts at 1! */
30 protected $footnotes = [];
151 if ($this->footnotes !== []) {
152 $this->doc .= '<div class="footnotes">' . DOKU_LF;
154 foreach ($this->footnotes as $id => $footnote) {
162 // get any other footnotes that use the same markup
163 $alt = array_keys($this->footnotes, "@@FNT$id");
166 // set anchor and backlink for the other footnotes
461 * All rendered content is moved to the $footnotes array and the old
468 /** @var $fnid int takes track of seen footnotes, assure
27 protected $footnotes = array(); global() variable in Doku_Renderer_xhtml
[all...]
/dokuwiki/data/pages/wiki/
H A 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.