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

  /external/markdown/markdown/extensions/
footnotes.py 13 method of FootnoteExtension. The method also registers the
34 class FootnoteExtension(markdown.Extension):
305 """ Return an instance of the FootnoteExtension """
306 return FootnoteExtension(configs=configs)
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 45 method of FootnoteExtension. The method also registers the
74 class FootnoteExtension(Extension):
343 """ Return an instance of the FootnoteExtension """
344 return FootnoteExtension(configs=configs)

Completed in 73 milliseconds