-
-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望支持Markdown图片title变为图注 #290
Comments
提供一个你预期的效果图,我参考一下。 |
建议还是搞一个选项,图注要么是title要么是anchor text(alt text),因为很多Markdown软件上传图片,anchor text都默认是文件名(比如Github、语雀就是),没有文件名的就是无意义的image字符占位,因为这个语法本来就是设计用来当图片丢失或者网络原因来占位告知是什么图片的,所以我只会给需要的图片加上title,同时其他图片保留anchor text。 |
你不想加 title 或者 anchor text 的地方,就不加上,它不就没显示了 |
嗯嗯,这不是为了更方便吗,现在这样就需要每次导出Markdown后一个个改。因为我用的笔记软件(思源笔记、语雀)就是只渲染title为图注。 |
@YangFong 只渲染 title 确实比较合理,我们改一下吧 |
倒是有一定的场景,我晚上补个版本,加入图注选项,选择渲染模式。 |
Markdown 的完整图片语法是
![anchor text](img_src "title")
目前语雀、思源笔记都是支持将Markdown图片title变为图注的
anchor text在很多软件里都是会自动生成无意义的“image”文字
The text was updated successfully, but these errors were encountered: