Skip to content
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

移除导入时对 [[Wikilink]]#Tag 的转换处理 #3557

Closed
88250 opened this issue Dec 3, 2021 · 0 comments
Closed

移除导入时对 [[Wikilink]]#Tag 的转换处理 #3557

88250 opened this issue Dec 3, 2021 · 0 comments
Assignees
Milestone

Comments

@88250
Copy link
Member

88250 commented Dec 3, 2021

[[Wikilink|text]] 目前不是标准 Markdown 语法,会涉及到两个问题:

  • 链接部分存在二义性,比如 Obsidian 的短路径和块引用是私有格式
  • 锚文本部分语法不统一

#Tag 目前也不是标准 Markdown 语法,解析时同样存在二义性问题。

这些问题会给用户带来困扰,导致导入结果“时好时坏”。

Markdown 规范制定的意义就是在于消除二义性,确保迁移性。一些看似容易迁移的格式(比如非标准 Markdown)实际上是无法迁移的,除非它的解析器是开源的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant