Fix navigation when linking to sections within docs. This fixes saved/bookmarked URLs, but breaks current bookmarks as it changes the structure of the URLs.
Fix issue where the -- separator was being overused and not
distinguishable from other separator types. Switch to a ___ separator,
but distinguish from __.
Fix navigation when linking to sections within docs. This fixes saved/bookmarked URLs, but breaks current bookmarks as it changes the structure of the URLs.
Fix issue where the
--
separator was being overused and not distinguishable from other separator types. Switch to a___
separator, but distinguish from__
.Fixes #465.