redirect-link
redirect-link copied to clipboard
Remove '#' when '%f' fragment format is used
See #8, this is a similar case, you can always prepend '#' if it's needed.
This can break current redirections if fragment format is used.
If you need the fragment without '#', you can use a regex format to capture it: %r[#([^#\]*)$]