Searched defs:FENCED_BLOCK_RE (Results 1 - 1 of 1) sorted by relevance

/external/markdown/markdown/extensions/
H A Dfenced_code.py66 FENCED_BLOCK_RE = re.compile( \
90 m = FENCED_BLOCK_RE.search(text)
67 r'(?P<fence>^~{3,})[ ]*(\\{?\\.(?P<lang>[a-zA-Z0-9_-]*)\\}?)?[ ]*\\n(?P<code>.*?)(?P=fence)[ ]*$', variable

Completed in 96 milliseconds