-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Hello! I'm confused with the instructions in the README, I'm able to include this extension in MkDocs:
markdown_extensions: [markdown_include.include]
Now, I don't have an idea how to use this extension, Here what I want to achieve is to create a file name file.md
with a content of:
[URL1]: mydocs/file1.md
[URL2]: mydocs/file2.md
[URL3]: mydocs/file3.md
then calling these relative paths from other markdown files like this:
Here is the [link][URL1]
Here is the [link][URL2]
Here is the [link][URL3]
Is it possible? thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels