fire1ce/mkdocs-embed-external-markdown

Do local files support?

steam3d opened this issue · 1 comments

I want to include files that already stored in mkdocs. Something like this:

docs/
----- note.md
----- external.md
# External.md file content:

{{ external_markdown('note.md', '') }}

This line check URL, but it is local file:

if not self.is_valid_url(url):

It turns out that local files are not supported?

No. The name of the plugin is External.
Use mkdocs for local files.