11

How to create link on the same page to a heading?

I tried following

[[#heading1|link text]]

but that does not work

michael nesterenko
  • 14,222
  • 25
  • 114
  • 182

1 Answers1

15

If your page is /projects/demo/wiki/testpage:

[[testpage#heading1|link text]]

will generate

<a class="wiki-page" href="#heading1">link text</a>
marapet
  • 54,856
  • 12
  • 170
  • 184