In markdown, I want to redirect to other file in same folder.
And also, it must go to middle of page.
So I tried:
[TITLE](./filename.md#5.-fifth)
but it redirects to top of page, how can I do this?
In filename.md, ,
# Title
## 1. First subtitle
## 2. ....
...
## 5. fifth <<- i want to go here