Markdownのリンクがアンカーで機能しない?

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>