在链接内的 GitHub 风格 Wiki 代码标签中使用 ]]

发布于 2024-11-27 17:54:35 字数 307 浏览 1 评论 0原文

我希望拥有以下内容: My String[Sub[Sub2]]

但在链接内: [[My String[Sub[Sub2]]|Page#tag]]

我发现大部分可以通过以下方式实现: [[其中没有括号的字符串。|Page#tag]]

关于如何执行此操作有什么想法吗?我也尝试过一些终止但没有成功: [[My String[Sub[Sub2\]\]|Page#tag]] 显示为: My String[Sub[Sub2\]\]

I'm looking to have the following:
My String[Sub[Sub2]]

But inside a link:
[[My String[Sub[Sub2]]|Page#tag]]

I have found that most of this can be achieved by:
[[A string that does not have brackets in it.|Page#tag]]

Any thoughts on how to do this? I've also tried a bit of terminating but have had no success:
[[My String[Sub[Sub2\]\]|Page#tag]] as this shows up as: My String[Sub[Sub2\]\]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月野兔 2024-12-04 17:54:35

您应该能够将右括号编码为 HTML 实体,并避免让 GitHub 解析它们以结束链接。对于您不想结束链接的右括号,请使用 ]。 (如果您也想通过执行左括号来平衡编码,请将 93 替换为 91。)

You should be able to encode the closing brackets as HTML entities and avoid having GitHub parse them to end the link. For right brackets you don't want to end links, use ]. (If you want to balance out your encoding by doing the left brackets too, replace 93 with 91.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文