I have a snippet of some HTML that contains some links with hrefs that start with a hashtag like the following
<a href="#Getting Started">Getting Started</a>
I'm new to AngleSharp and am trying to use it to find these links and replace the hrefs to new values and then return the updated HTML markup back.