I am trying to go to a second part in the below mentioned .md file. The file is Myfile.md. its contents are:
## First part
(an image)
## Second part
(an image)
I am trying to access it from a html file by using the command
<a href="some-url/Myfile#second-part">Second part</a>.
However, it is not pointing to the second part but pointing somewhere below that. Can anyone tell me how to correct it?