Searched refs:isBlockLevel (Results 1 – 3 of 3) sorted by relevance
138 and markdown.isBlockLevel(left_tag): 142 if not (markdown.isBlockLevel(left_tag) \159 if markdown.isBlockLevel(left_tag) or left_tag == "--" \
306 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):
117 def isBlockLevel(tag): function