HomeSort by relevance Sort by last modified time
    Searched refs:STRONG_EM_RE (Results 1 - 2 of 2) sorted by null

  /external/markdown/markdown/
inlinepatterns.py 69 STRONG_EM_RE = r'(\*{3}|_{3})(.+?)\2' # ***strong***
__init__.py 277 inlinepatterns.DoubleTagPattern(inlinepatterns.STRONG_EM_RE, 'strong,em')

Completed in 142 milliseconds