Hi all,
very simple question. It seems to me that all the headers (doesn't matter if # Header1m, ## Heaader2, ...) don't have an automatic anchor in html code. I don't know if this is the expected behavior..
To refer to a specific subsection from one page to another I have to set a named anchor and then I can call it:
page1
.....
.....
## My title <a id="my-title"></a>
....
....
page2
Have a look at [my title page](page1#my-title)
Am I missing something?
Cheers and thanks
Matteo