#review-871968
Add additional hashtag processing to make it easier to
craft URLs that target specific portions of the HTML
documentation when the provided section markers are
not specific enough:
#Sxx - scroll to xx percent down the page.
e.g. #S45 to scroll 45% down the page.
%Px - scroll to the xth "paragraph" block on the page,
where code blocks are considered paragraphs,
e.g. #P7 to scroll to the 7th "paragraph"
%/xx - scroll to near the first instance of the text "xx".
Matching is case-insensitive, and the text should
be URI encoded. Wildcards not supported.
e.g. #/Known%20limitations