由于空格导致的渲染故障与脚注赋值和超链接赋值冲突
作者: StonePick创建于 2024年12月4日更新于 2025年12月29日
标签:bug: bug
The reproduction steps are as follows: Mi aliquam scelerisque, fermentum ultricies, morbi porta leo venenatis habitasse libero.[^1]
[^1]: Fermentum eros tempor viverra, nisi urna aliquet, mauris dictum platea bibendum integer ipsum vel ut. In the generated HTML page, the footnote will be converted to <span class="hint--top hint--rounded" aria-label="Fermentum eros tempor viverra, nisi urna aliquet, mauris dictum platea bibendum integer ipsum vel ut.">[1] and displayed in the text with the above format. Note the end of the above text, [1]. If there is an assignment to the hyperlink [1] in the md file, the above text's [1] will point to the link, not the end of the page.
内容来源: fluid-dev/hexo-theme-fluid