We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
[alt](<url> "title")
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
从wolai导出的markdown含有下面这样的语法
[jb idea 版本发布时间](<jb idea 版本发布时间/jb idea 版本发布时间.md> "jb idea 版本发布时间") [科学](科学/科学.md "科学")
在typora里打开正常,
导入到思源之后 变成这样:
另外 超链接的url还会被编码 本来的"科学/科学.md" 变成了下面这样:
%E7%A7%91%E5%AD%A6/%E7%A7%91%E5%AD%A6.md
`
No response
The text was updated successfully, but these errors were encountered:
Markdown 中有 <url> 语法的,但是思源不支持。
<url>
Sorry, something went wrong.
markdown支持 [text](<www.baidu.com> "xx") 这种url带尖括号的吗?
[text](<www.baidu.com> "xx")
github评论支持这种, text
我试了导入markdown文件
# 的飒飒323 [科学是](<www.baidu.com> "科学1") [科学是大](<www.jd.com> "科学12132") [科学是大3243](<www.jd.com>) [双方都](www.xx.com "刚发的")
结果如下,
最后两种行, 前两个不行
感觉需要改进一下
是有点问题,下个版本改进,谢谢。
🎨 支持 [alt](<url> "title") 语法 siyuan-note/siyuan#7348
a5da0bd
🎨 导入 Markdown 时支持 [alt](<url> "title") 语法 Fix #7348
c483813
https://spec.commonmark.org/0.30/#links 查了一下,确认markdown是支持这种语法的
88250
No branches or pull requests
该问题是否已经被报告过了? Is there an existing issue for this?
I have searched the existing issues
该问题是否能够在默认主题(daylight/midnight)下重现? Can the issue be reproduced with the default theme (daylight/midnight)?
I was able to reproduce the issue with the default theme
描述问题 Describe the problem
从wolai导出的markdown含有下面这样的语法
在typora里打开正常,
导入到思源之后 变成这样:

第一个超链接没有识别,
把尖括号删掉就正常了,
是markdown标准不允许url用尖括号包围, 还是思源不支持?
另外 超链接的url还会被编码

本来的"科学/科学.md" 变成了下面这样:
期待的结果 Expected result
`
截屏或者录屏演示 Screenshot or screen recording presentation
No response
版本环境 Version environment
日志文件 Log file
`
更多信息 More information
No response
The text was updated successfully, but these errors were encountered: