Searched defs:footnote (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php29 # Optional title attribute for footnote links and backlinks.
33 # Optional class attribute for footnote links and backlinks.
104 # Add a footnote id prefix to posts when inside a loop.
1657 # Prefix for footnote ids.
1660 # Optional title attribute for footnote links and backlinks.
1664 # Optional class attribute for footnote links and backlinks.
1708 # Give the current footnote number.
2639 (?!\[\^.+?\]:\s)# negative lookahead for footnote marker.
2658 # Replace footnote references in $text [^id] with a special text-token
2659 # which will be replaced by the actual footnote marke
2695 $footnote = reset($this->footnotes_ordered); variable
2700 $footnote = $this->runBlockGamut("$footnote\\n"); variable
2701 $footnote = preg_replace_callback('{F\\x1Afn:(.*?)\\x1A:}', variable
2710 $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>"; variable
[all...]

Completed in 152 milliseconds