Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dinlinepatterns.py593 RE_TITLE_CLEAN = re.compile(r'\s') variable in LinkInlineProcessor
725 title = self.RE_TITLE_CLEAN.sub(' ', dequote(self.unescape(title.strip())))