I'm reading over the docs about adding hyperlinks by using invisible buttons that leverage PDF functionality.
It seems to talk a lot about external files or opening new browser tabs.
I want internal links to various sections in my newsletter.
In HTML, I'd do it like this:
a href="#my-Article"
<a name="#my-Article">Top of my article</a>
I'm sure this can be done, but I'm not sure of the syntax.