Skip to content

Do not rewrite page-relative anchor links

IBBoard requested to merge IBBoard/libgepub:bug-8-in-page-anchor-url into master

If we rewrite them then we get epub:///path/#anchor URLs, which are no-longer page-relative.

There may be a prettier way that rewrites it to a proper epub:///path/page.html#anchor URL, but it looks like that requires more API changes as the file name doesn't seem to be available in the function.

Fixes #8 (closed)

Merge request reports