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

  /external/markdown/markdown/extensions/
footnotes.py 107 def makeFootnoteRefId(self, id):
130 backlink.set("href", "#" + self.makeFootnoteRefId(id))
266 sup.set('id', self.footnotes.makeFootnoteRefId(id))
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 155 def makeFootnoteRefId(self, id):
178 backlink.set("href", "#" + self.makeFootnoteRefId(id))
300 sup.set('id', self.footnotes.makeFootnoteRefId(id))

Completed in 1171 milliseconds