Open ooker777 opened 1 year ago
I will try to fix this. But the code of ezlinks is pretty difficult to understand.
since we are only working with wikilinks, why don't you choose another mkdocs plugin that can handle wikilinks and be bug-free?
What are those plugins?
The javascripts relies on it for the not found & all things I do to it
With this
mkdocs.yml
:And this folder structure:
After the build we will have:
If in
docs/index.md
you have this content:Then in
site/index.html
the html will be:At the same time Mkdocs will notice this:
Do you think all of them should all convert to
<a href="./a"
or even<a href="./a/index.html"
?