forked from ScoDoc/ScoDoc
Merge branch 'master' of https://scodoc.org/git/viennet/ScoDoc
This commit is contained in:
commit
6b525efbff
@ -87,7 +87,7 @@ def get_tags_latex(code_latex):
|
|||||||
"""
|
"""
|
||||||
if code_latex:
|
if code_latex:
|
||||||
# changé par EV: était r"([\*]{2}[a-zA-Z0-9:éèàâêëïôöù]+[\*]{2})"
|
# changé par EV: était r"([\*]{2}[a-zA-Z0-9:éèàâêëïôöù]+[\*]{2})"
|
||||||
res = re.findall(r"([\*]{2}[^ \t\n\r\f\v\*]+[\*]{2})", code_latex)
|
res = re.findall(r"([\*]{2}[^\t\n\r\f\v\*]+[\*]{2})", code_latex)
|
||||||
return [tag[2:-2] for tag in res]
|
return [tag[2:-2] for tag in res]
|
||||||
else:
|
else:
|
||||||
return []
|
return []
|
||||||
|
Loading…
Reference in New Issue
Block a user