fire1ce / mkdocs-embed-external-markdown

MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The goal is to show different markdown from different sources inside your MkDocs project.

Home Page:https://3os.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do local files support?

steam3d opened this issue · 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.