Searched refs:IDCOUNT_RE (Results 1 - 1 of 1) sorted by relevance

/external/markdown/markdown/extensions/
H A Dheaderid.py74 IDCOUNT_RE = re.compile(r'^(.*)_([0-9]+)$') variable
147 m = IDCOUNT_RE.match(id)

Completed in 224 milliseconds