You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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?
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.
The text was updated successfully, but these errors were encountered: