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

  /external/markdown/markdown/
blockparser.py 59 self.root = markdown.etree.Element(markdown.DOC_TAG)
__init__.py 74 DOC_TAG = "div" # Element used to wrap document - later removed
403 start = output.index('<%s>'%DOC_TAG)+len(DOC_TAG)+2
404 end = output.rindex('</%s>'%DOC_TAG)
407 if output.strip().endswith('<%s />'%DOC_TAG):

Completed in 149 milliseconds