更新 CrossDown/Core.py
This commit is contained in:
parent
2a07853466
commit
54f4f23807
@ -466,7 +466,7 @@ class Code(Extension):
|
|||||||
md.treeprocessors.register(CodeLine(variable=self.variable), 'code_line', 0) # 渲染单行代码块
|
md.treeprocessors.register(CodeLine(variable=self.variable), 'code_line', 0) # 渲染单行代码块
|
||||||
|
|
||||||
|
|
||||||
def main(text: str, variable: Variable = None) -> Tuple[str, Dict[str, Variable]]:
|
def main(text: str, variable: Variable = None) -> Tuple[str, Variable]:
|
||||||
"""
|
"""
|
||||||
主函数
|
主函数
|
||||||
:param text: 输入文本
|
:param text: 输入文本
|
||||||
|
Loading…
Reference in New Issue
Block a user