Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1725 var $footnotes = array(); variable in MarkdownExtra_Parser
1740 $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]);
H A DPHP Markdown Extra Readme.text281 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 14 milliseconds