Hello,
I'm new to ezlinks, as I'm trying to work on both obsidian, and mkdocs publication of the obsidian vault.
It looks like the bug #35 has not been fixed, as I still have the issue.
Here is the structure used:
content/
├─ blog/
│ ├─ posts/
│ │ ├─ post.md
├─ campaign/
│ ├─ characters/
│ │ ├─ john.md
in the post.md file, I use this code:
the john.md contains:
When generating the site, the created link go up to the root, but does not go down to the john directory:
INFO - Doc file 'blog/posts/post.md' contains an unrecognized relative link '../../john', it was left as is.
It looks like the #35 was not fixed, as per the last comment from @Lisandra-dev ?
It's happening in linux by the way. Not sure it's of any help.
Hello,
I'm new to ezlinks, as I'm trying to work on both obsidian, and mkdocs publication of the obsidian vault.
It looks like the bug #35 has not been fixed, as I still have the issue.
Here is the structure used:
in the
post.mdfile, I use this code:the
john.mdcontains:# John Hey I'm John!When generating the site, the created link go up to the root, but does not go down to the john directory:
It looks like the #35 was not fixed, as per the last comment from @Lisandra-dev ?
It's happening in linux by the way. Not sure it's of any help.