"vscode:/vscode.git/clone" did not exist on "5a61e534ea6b3b33d7055503f0c633d39ee5b917"
Commit eb79c884 authored by 赵小蒙's avatar 赵小蒙
Browse files

修复image_path的连接符

parent 21043c18
......@@ -15,7 +15,7 @@ TEXT = "text"
def __get_span_text(span):
c = span.get('content', '')
if len(c)==0:
c = span.get('image-path', '')
c = span.get('image_path', '')
return c
......
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