max-heller / mdbook-pandoc

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

fix: resolve links correctly when book contains exactly one chapter #101

Closed max-heller closed 2 months ago

max-heller commented 2 months ago

Pandoc's --file-scope option only takes effect if there are at least two files, so if there is only one file, links will not be adjusted correctly. In this case, add an additional empty dummy file as input to convince Pandoc to perform the link adjustment.