Searched refs:footnotes (Results 1 – 2 of 2) sorted by relevance
1725 var $footnotes = array(); variable in MarkdownExtra_Parser1740 $this->footnotes = array();1758 $this->footnotes = array();2674 $this->footnotes[$note_id] = $this->outdent($matches[2]);2753 if (isset($this->footnotes[$node_id])) {2755 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];2756 unset($this->footnotes[$node_id]);
281 between footnotes belonging to different posts.450 * Fixed an issue preventing footnotes from working when the parser's 567 containing footnotes. The footnote hashes were not reinitialized properly.587 * Added a syntax for footnotes.
Completed in 13 milliseconds