Handle internal links
Let’s say that you have an internal link in one of your post content:
1 |
<a href="#my-internal-element">Go to internal element</a> |
That points to the div with id=”my-internal-element”:
1 |
<div id="my-internal-element">Here's the internal element we want to go to</div> |
The thing is that internal links (beginning…