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

  /external/markdown/markdown/
inlinepatterns.py 68 STRONG_RE = r'(\*{2}|_{2})(.+?)\2' # **strong**
__init__.py 279 inlinepatterns.SimpleTagPattern(inlinepatterns.STRONG_RE, 'strong')

Completed in 769 milliseconds