Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dinlinepatterns.py84 NOT_STRONG_RE = r'((^| )(\*|_)( |$))' # stand-alone * or _ variable
D__init__.py275 inlinepatterns.SimpleTextPattern(inlinepatterns.NOT_STRONG_RE)