Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php112 $parser->fn_id_prefix = "";
114 $parser->fn_id_prefix = get_the_ID() . ".";
1680 var $fn_id_prefix = ""; variable in MarkdownExtra_Parser
2673 $note_id = $this->fn_id_prefix . $matches[1];
2749 $node_id = $this->fn_id_prefix . $matches[1];
H A DPHP Markdown Extra Readme.text451 footnote id prefix variable (fn_id_prefix) is not empty.

Completed in 12 milliseconds