How do you create an internal link for a document in Statamic? I tried using the following code:
< a href="section">Click to go to section
< a name="#section">
but the editor did not like not using an external url for the href link or the name link.