Open
Description
Problem
The redirect table does not support fragments. It would be helpful when section headings are changed to provide a way to redirect to the new location (whether or the same page, or a different page).
Proposed Solution
The redirect table should support #
in the source and destination.
This is tricky because AFAIK native HTML does not support that. In my books, I have been using javascript redirects.
This would need to handle both scenarios where the original page still exists, and where it has been removed.
This should also consider any security issues like open redirects.
Notes
cc original issue #430