Replies: 1 comment
-
|
我看看你的源文件 和 你build出来的文件? 看起来你在md里用了绝对路径? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
图片还是生成在本地,知乎导入生成后的markdown时无法自动上传图片(我的姿势不对?),看示例应该是自动帮我上传到某个图床才对啊
取图片路径的时候 src = src[1:] 自动把第一个字符丢了,改成 src = src[0:] 就可以了

Beta Was this translation helpful? Give feedback.
All reactions