Home
last modified time | relevance | path

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1719 this.footnote_counter = 1;
1787 this.footnote_counter = 1;
2766 var num = self.footnote_counter++;
/plugin/markdownextra/
H A Dmarkdown.php1769 var $footnote_counter = 1; variable in MarkdownExtra_Parser
1784 $this->footnote_counter = 1;
3168 $num = $this->footnote_counter++;