You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MATCH_MARKDOWN_BLOCKS matches any markdown blocks with an optional language specifier after the first three backticks, while MATCH_CODE_BLOCKS only matches markdown blocks without language specifier, so the later should allready be included in the former, or am I missing something?
The text was updated successfully, but these errors were encountered:
Is the second
re.sub
informat_markdown
doing anything useful?zerox/py_zerox/pyzerox/processor/text.py
Lines 7 to 11 in aa3d881
zerox/py_zerox/pyzerox/constants/patterns.py
Lines 4 to 6 in aa3d881
MATCH_MARKDOWN_BLOCKS
matches any markdown blocks with an optional language specifier after the first three backticks, whileMATCH_CODE_BLOCKS
only matches markdown blocks without language specifier, so the later should allready be included in the former, or am I missing something?The text was updated successfully, but these errors were encountered: