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

  /external/markdown/markdown/
inlinepatterns.py 65 BACKTICK_RE = r'(?<!\\)(`+)(.+?)(?<!`)\2(?!`)' # `e=f()` or ``e=f("`")``
__init__.py 251 inlinepatterns.BacktickPattern(inlinepatterns.BACKTICK_RE)

Completed in 45 milliseconds