Searched refs:NOT_STRONG_RE (Results 1 – 2 of 2) sorted by relevance
/external/markdown/markdown/ | ||
D | inlinepatterns.py | 84 NOT_STRONG_RE = r'((^| )(\*|_)( |$))' # stand-alone * or _ variable |
D | __init__.py | 275 inlinepatterns.SimpleTextPattern(inlinepatterns.NOT_STRONG_RE) |