Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dinlinepatterns.py65 BACKTICK_RE = r'(?<!\\)(`+)(.+?)(?<!`)\2(?!`)' # `e=f()` or ``e=f("`")`` variable
D__init__.py251 inlinepatterns.BacktickPattern(inlinepatterns.BACKTICK_RE)