您可以很容易地链接到 Markdown 中的锚标题。
[link to anchor heading](#background)
大量的 stackoverflow 问题都涉及到它,例如 this one或 this one。
但我似乎无法找到一种方法来链接到共享相同名称但位于不同部分的锚点。
例如,我无法链接到不同部分中的背景部分。
[link to database background](#database#background)
而不是说:
[link to front end background](#front-end#background)
这也不起作用。
[link to database background](#database##background)
我希望降价锚链接遵循指定的部分路径。这不可能吗?还是我使用了错误的语法?