* Redirect destination paths can now contain fragments (42)
Example config:
yaml
plugins:
- redirects:
redirect_maps:
some/path/examples.md: foo/index.mdexamples
-- this will now correctly redirect to `foo/examples` without messing up the path
Note that this applies only to the *destination* paths, there's still no handling for fragments in *source* paths (those specified as map keys).