Searched refs:LINE_BREAK_RE (Results 1 – 2 of 2) sorted by relevance
/external/markdown/markdown/ | ||
D | inlinepatterns.py | 90 LINE_BREAK_RE = r' \n' # two spaces at end of line variable |
D | __init__.py | 269 inlinepatterns.SubstituteTagPattern(inlinepatterns.LINE_BREAK_RE, 'br') |