Hi,
After creating an internal reference in my markdown file I have an URL like https://url/markdown.md/#section
When being in the markdown file I can access to this link in the table of contents and go to the indicated section, but I would like to also go directly to this section from outside the markdown file.
I have tried to access direclty with the URL https://url/markdown.md/#section, but loads the whole markdown from the begining instead of going and pointing directly to the section (that way is only possible when accesing internally as explained)
Any idea how to access from outside if possible?
Thank you in advance.