Open koffeiniker opened 3 years ago
Hi @koffeiniker
I'm not sure if I understand. This option is meant to create URLs to pages as directories names instead of pages:
e.g. https://mypage.org.io/subpage
instead of https://mypage.org.io/subpage.html
See https://www.mkdocs.org/user-guide/configuration/#use_directory_urls
It is not meant to modify relative path. I haven't seen any difference in generating with or without this option enabled. Could you provide more information?
Thanks
I honestly believe that a hint, that the pandoc module needs use_directory_urls on false to work properly would be great.
Without this setting, images are expected in a subdirectory for the page by mkdocs but in the docs directly for pandoc. So either maintain symlinks or two copies of images or ... set this config to false. I think the README should reflect this.