HomeSort by relevance Sort by last modified time
    Searched refs:backlink (Results 1 - 2 of 2) sorted by null

  /external/markdown/markdown/extensions/
footnotes.py 129 backlink = etree.Element("a")
130 backlink.set("href", "#" + self.makeFootnoteRefId(id))
131 backlink.set("rev", "footnote")
132 backlink.set("title", "Jump back to footnote %d in the text" % \
134 backlink.text = FN_BACKLINK_TEXT
140 node.append(backlink)
143 p.append(backlink)
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2708 $backlink = "<a href=\\"#fnref:$note_id\\"$attr>&#8617;<\/a>"; variable
    [all...]

Completed in 89 milliseconds