Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dinlinepatterns.py91 LINE_BREAK_2_RE = r' $' # two spaces at end of text variable
D__init__.py267 inlinepatterns.SubstituteTagPattern(inlinepatterns.LINE_BREAK_2_RE, 'br')