A lot of our articles can be very long and we have a link below each section within the article, that will take the user back to the table of content. This makes it easy on the user instead of having to scroll all the way back to the top of the page.
Currently in Zendesk we can add an anchor within the article to allow the user to return to the table of content.
Above the table of content:
<a name="Return">
Table of content:
<ol>
<li>
<a href="#GoogleDeviceIntro">Integration Management Introduction</a>
<ol>
<li>
End of each section to return user to table of content:
<a name="Overview"></a><a href="#Return">[Return to Index]</a>
when i try to do this with insided articles with HTML code it does not work. Is there a work around that i can try?

