max-heller / mdbook-pandoc

A mdbook backend powered by Pandoc.
Apache License 2.0
97 stars 7 forks source link

Fix links with targets outside of book #64

Closed max-heller closed 7 months ago

max-heller commented 7 months ago

Some books (Cargo, Rust Reference, etc.) link to content in other books hosted on the same domain using relative paths that escape the hosted book root. It should be possible to fix these such that they link to the hosted versions, provided a URL to the hosted book is provided.

max-heller commented 7 months ago

Implemented in #66