Home
last modified time | relevance | path

Searched defs:BLOCK_RE (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-markdown/Markdown-3.3.4/markdown/extensions/
H A Dattr_list.py69 BLOCK_RE = re.compile(r'\n[ ]*{}[ ]*$'.format(BASE_RE)) variable in AttrListTreeprocessor
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/Python-Markdown/markdown/extensions/
H A Dattr_list.py77 BLOCK_RE = re.compile(r'\n[ ]*%s[ ]*$' % BASE_RE) variable in AttrListTreeprocessor
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/extensions/
H A Dcodehilite.py78 noclasses=False, tab_length=4, hl_lines=None, use_pygments=True):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markdown/extensions/
H A Dattr_list.py103 BLOCK_RE = re.compile(r'\n[ ]*%s[ ]*$' % BASE_RE) variable in AttrListTreeprocessor
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/Python-Markdown/markdown/extensions/
H A Dattr_list.py77 BLOCK_RE = re.compile(r'\n[ ]*%s[ ]*$' % BASE_RE) variable in AttrListTreeprocessor