first of all I want to thank you for your work - I tried many converters to generate one PDF out of the different md-files from my GitHub Pages, but no one ever really worked well for me.
There's only one (already known and mentioned) big issue: relative links just don't work.
E.g.: links from the TOC to subchapters, links within the document and -even though it's not a subchapter- also the links back to the TOC from a page within the document don't work.
The relative links within the GitHub Pages are defined like this:
links to main chapter-files: "chapter1.md" = [chapter1](chapter1.md) -> this works well within the PDF/html (just not back to TOC, which is also a 'main chapter' though: "toc.md")
links to subchapters within main chapter-files: "subchapter_a1" in "chapter1.md" = [subchapter_a1](chapter1.md#subchapter_a1) -> this doesn't work at all
It would be really really great if you could find a solution for that! :)
Hi,
first of all I want to thank you for your work - I tried many converters to generate one PDF out of the different md-files from my GitHub Pages, but no one ever really worked well for me.
There's only one (already known and mentioned) big issue: relative links just don't work. E.g.: links from the TOC to subchapters, links within the document and -even though it's not a subchapter- also the links back to the TOC from a page within the document don't work.
The relative links within the GitHub Pages are defined like this:
[chapter1](chapter1.md)
-> this works well within the PDF/html (just not back to TOC, which is also a 'main chapter' though: "toc.md")[subchapter_a1](chapter1.md#subchapter_a1)
-> this doesn't work at allIt would be really really great if you could find a solution for that! :)
Thanks!