Home
last modified time | relevance | path

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

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_footnotes.css7 /* link to footnote inside the text */
11 div.insitu-footnote {
/dokuwiki/inc/parser/
H A Dhandler.php35 * @var bool are we in a footnote already?
37 protected $footnote;
495 public function footnote($match, $state, $pos)
497 if (!isset($this->footnote)) $this->footnote = false;
502 // we will still enter a new footnote mode, we just do nothing
503 if ($this->footnote) {
507 $this->footnote = true;
513 // check whether we have already exitted the footnote mode, can happen if the modes were nested
514 if (!$this->footnote) {
36 protected $footnote; global() variable in Doku_Handler
469 public function footnote($match, $state, $pos) { global() function in Doku_Handler
[all...]
H A Dxhtml.php154 foreach ($this->footnotes as $id => $footnote) {
155 // check its not a placeholder that indicates actual footnote text is elsewhere
156 if (!str_starts_with($footnote, "@@FNT")) {
157 // open the footnote and set the anchor and backlink
171 // add footnote markup and close this footnote
172 $this->doc .= '<div class="content">' . $footnote . '</div>';
442 * Callback for footnote start syntax
444 * All following content will go to the footnote instead of
453 // move current content to store and record footnote
[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.