Add HTML-link-anchors to all H1/H2/H3
Closed this issue · 5 comments
veggiespam commented
I want to tell a user to "for more information, read this
link". However, the pages are long and I need to tell
users "go to this page here and then scroll until you
see this section titled XYZ."
Add some user friendliness. For all <h1> <h2>,
add an HTML <a id="abc" name="abc" class="anchor">.
You do this now for some <h1> elements. I want this
also for all <h2> elements.
Also, add a clickable icon that exists in the <h1><h2> titles.
So, I can click on that icon and it takes me to this anchor tag
or it copies the URL#tag into the pasteboard. Thus, it is easy
to copy the URL for sending to my users.
terranosaurus commented
veggiespam commented
That only works to H1. I'd like to see at H2.
veggiespam commented
For example, the "How to add line numbers to .Net Contrast reports" has been a common question for me. I'd like a direct link to that H2.
terranosaurus commented
Ok, thank you for the example - we will look into the possibility of doing this as soon as we can.
terranosaurus commented
Hello, I wanted to update you that we have done some initial investigation into this functionality. We will continue to consider it moving forward, but as we may be making significant updates to the site in the future, it’s not high priority to implement this right now in the site's current state. Thanks again for this suggestion!