Unverified Commit cf33cb88 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #2389 from myhloli/dev

fix(mfr): add underscore symbol to unimernet 
parents c060413b 98dd1790
......@@ -342,7 +342,8 @@ REPLACEMENTS_PATTERNS = {
re.compile(r'\\Tilde'): r'\\tilde',
re.compile(r'\\slash'): r'/',
re.compile(r'\\textperthousand'): r'‰',
re.compile(r'\\sun'): r'☉'
re.compile(r'\\sun'): r'☉',
re.compile(r'\\textunderscore'): r'\\_'
}
QQUAD_PATTERN = re.compile(r'\\qquad(?!\s)')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment