Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching refs:Footnotes

1703     var $footnotes = array();
1718 $this->footnotes = array();
1736 $this->footnotes = array();
2620 ### Footnotes
2651 $this->footnotes[$note_id] = $this->outdent($matches[2]);
2677 $text .= "<div class=\"footnotes\">\n";
2730 if (isset($this->footnotes[$node_id])) {
2732 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
2733 unset($this->footnotes[$node_id]);