Searched refs:LINE_BREAK_2_RE (Results 1 – 2 of 2) sorted by relevance
/external/markdown/markdown/ | ||
D | inlinepatterns.py | 91 LINE_BREAK_2_RE = r' $' # two spaces at end of text variable |
D | __init__.py | 267 inlinepatterns.SubstituteTagPattern(inlinepatterns.LINE_BREAK_2_RE, 'br') |