正如 Linking to a heading within a post or topic 所述,没有标准的 Markdown 方法来创建带有锚点的标题。
恐怕您必须使用 HTML:
<h2 id='heading--important-terms'>重要条款</h2>
快速演示
[跳转到演示末尾](#heading--end-of-demo)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v
演示结束
<h2 id='heading--end-of-demo'>演示结束</h2>