Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dinlinepatterns.py90 LINE_BREAK_RE = r' \n' # two spaces at end of line variable
D__init__.py269 inlinepatterns.SubstituteTagPattern(inlinepatterns.LINE_BREAK_RE, 'br')