At my DevOps Wiki I have a page and want to create a index including links to the articles. Mainly I find this manual to do this: learn.microsoft.com... But I don't get it working.
How can I link inside a Wiki page? Could you show an example?
I guess I have to set a anchor to the headers and link than the Index item to the anchor?!
Here a example:
Index
1.First article
2.Second article
#1.First article
bla bla bla ...
#2.Second article
bla bla bla ...
and a image
I suspect you are suffering a bit of a nomenclature issue. Re: "I have a page and want to create a index including links to the articles."
# My Index
1. [First Index Item, H1](#heading1).
1. [Second Index Item, H2.1](#heading2.1).
1. [Third Index Item, H4](#heading4).
1. [A heading with spaces](#heading-with-spaces)
# Heading1
Add a bunch of filler here to space out the page so you can see the result of selecting your '_Index_" items ([My Index](#my-index) above).
# Heading2
Add a bunch of filler here to space out the page.
## Heading2.1
Add a bunch of filler here to space out the page.
# Heading3
Add a bunch of filler here to space out the page.
# Heading4
Add a bunch of filler here to space out the page.
# Heading with Spaces
Add a bunch of filler here to space out the page.