We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[[20240803][子标题]例子段落(2)](例子.md#[20240803][子标题]例子段落(2))
上面这个链接解析在 cherry-markdown 最新版本也是异常的,感觉前面的正则没有抓住关键字符串,个人认为链接的 3 个关键字符串应该是:
第一个是字符串的开头的 [
[
第二个是 ](
](
第三个是字符串结尾的 )
)
其他都是这 3 个关键字符串中间的文本内容。
GitHub 的解析效果如下:
[20240803][子标题]例子段落(2)
No response
None
The text was updated successfully, but these errors were encountered:
太强了,欢迎继续磕哈,我们先把这个case给改了
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Describe the Bug
上面这个链接解析在 cherry-markdown 最新版本也是异常的,感觉前面的正则没有抓住关键字符串,个人认为链接的 3 个关键字符串应该是:
第一个是字符串的开头的
[
第二个是
](
第三个是字符串结尾的
)
其他都是这 3 个关键字符串中间的文本内容。
GitHub 的解析效果如下:
[20240803][子标题]例子段落(2)
Reproduction Steps
No response
System Information
No response
Contributing
None
The text was updated successfully, but these errors were encountered: