How to make an anchor and link to it in markdown

I tried various ways and all of them didn’t work. Just keep in mind that:

[Text here](link here)
1 Like

I know about the links, just that i don’t know how to make an anchor and link to it in the Glitch editor.

# hello
<a href="#world">Next</a>
# world

Clicking next would take you to the world.

This would normally work, but this is Glitch and all HTML elements with an attribute will be displayed as plain text in markdown