Home
last modified time | relevance | path

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

/dports/textproc/py-pymdown-extensions/pymdown-extensions-9.1/pymdownx/
H A Darithmatex.py59 RE_TEX_BLOCK = r'(?P<math2>\\begin\{(?P<env>[a-z]+\*?)\}(?:\\.|[^\\])+?\\end\{(?P=env)\})' variable
398 block_pattern.append(RE_TEX_BLOCK)