Hello,
I am trying to include a markdown file in another from its absolute URL. The URL i'm trying to include is "docs/includes/blabla.md" from a file in "docs/other/example.md", but it fails.
To make it work, I must remove the docs/ folder. It gives: "includes/blabla.md".
Is it a configuration issue on my end or should the example given in the readme.md of this repo be updated?
Hello,
I am trying to include a markdown file in another from its absolute URL. The URL i'm trying to include is
"docs/includes/blabla.md"from a file in"docs/other/example.md", but it fails.To make it work, I must remove the
docs/folder. It gives:"includes/blabla.md".Is it a configuration issue on my end or should the example given in the readme.md of this repo be updated?