Skip to content

How can I install this along with MkDocs? #10

@happicamper

Description

@happicamper

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions