Home
last modified time | relevance | path

Searched refs:isBlockLevel (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/
Dpreprocessors.py138 and markdown.isBlockLevel(left_tag):
142 if not (markdown.isBlockLevel(left_tag) \
159 if markdown.isBlockLevel(left_tag) or left_tag == "--" \
Dtreeprocessors.py306 if markdown.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
308 and len(elem) and markdown.isBlockLevel(elem[0].tag):
311 if markdown.isBlockLevel(e.tag):
D__init__.py117 def isBlockLevel(tag): function