max-heller / mdbook-pandoc

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

fix: correctly resolve absolute-path links to be relative to book root #103

Closed max-heller closed 2 months ago

max-heller commented 2 months ago

If a book contains chapter.md at the top-level, a link like [link](/chapter.md] should point to that chapter. This fixes mdbook-pandoc's handling of such links