Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dblockprocessors.py116 INDENT_RE = re.compile(r'^(([ ]{%s})+)'% markdown.TAB_LENGTH) variable in ListIndentProcessor
161 m = self.INDENT_RE.match(block)
263 INDENT_RE = re.compile(r'^[ ]{4,7}((\d+\.)|[*+-])[ ]+.*') variable in OListProcessor
310 elif self.INDENT_RE.match(line):