some typing
This commit is contained in:
parent
df707ceed2
commit
1506c8fb52
@ -11,7 +11,6 @@ github: @shenjackyuanjie
|
||||
gitee: @shenjackyuanjie
|
||||
"""
|
||||
|
||||
import time
|
||||
import statistics
|
||||
|
||||
from typing import Union
|
||||
|
@ -246,8 +246,8 @@ default_fonts_config = [
|
||||
# 即:链接名称不能是空格等空白字符开头,链接名称不能是空格等空白字符结尾
|
||||
# 匹配的内容:[abc](def)
|
||||
# 显示的内容:abc
|
||||
'match': re.compile(r'\[(.*?(?<!\s))\]\((.*?(?<!\s))\)'),
|
||||
'shown': re.compile(r'(?<=\[)(.*?(?<!\s))(?=\]\((.*?(?<!\s))\))'),
|
||||
'match': re.compile(r'\[(.*?(?<!\s))]\((.*?(?<!\s))\)'),
|
||||
'shown': re.compile(r'(?<=\[)(.*?(?<!\s))(?=]\((.*?(?<!\s))\))'),
|
||||
'style': SingleTextStyle(bold=True)
|
||||
}
|
||||
]
|
||||
|
@ -56,7 +56,6 @@ DR_command = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"""
|
||||
abc <a> abc -> abc()
|
||||
abc a abc -> bbb()
|
||||
@ -64,7 +63,6 @@ abc -> help('abc')
|
||||
"""
|
||||
|
||||
|
||||
|
||||
# TODO 给爷做了他
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user