Lines Matching defs:footnote
35 * @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) {
519 $this->footnote = false;