Hello! If the use_directory_urls configuration is set to false, the relative path of the PDF becomes incorrect. If I remove the use_directory_urls option and use the default configuration, there are no issues.
For example, if there is a file named docname.md located in docs/sub/docname.md, the generated link is https://[host:port]/docs/faq/docname.pdf, but it should be https://[host:port]/docs/faq/sub/docname.pdf.
Hello! If the
use_directory_urls
configuration is set to false, the relative path of the PDF becomes incorrect. If I remove theuse_directory_urls
option and use the default configuration, there are no issues.For example, if there is a file named
docname.md
located indocs/sub/docname.md
, the generated link ishttps://[host:port]/docs/faq/docname.pdf
, but it should behttps://[host:port]/docs/faq/sub/docname.pdf
.