markdown-include
markdown-include copied to clipboard
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
MkDocs users are looking for ways to include files in their documentation. So I added usage information.
This patch allows to automatically format source files (declared in the 'extensions' config option, where one can set a source file extension and a syntax highlighter synonym for that extension)....
Hi, I'm having an issue with my includes because included files contains links. For instance I have the following structure and parameter `base_path: docs`: ``` . ├── docs │ ├──...
I've got a potential use-case that populates a requirements table using includes, like this: Product | Operating System | Cloud Environments | Datacenter Environments --- | --- | --- |...
It would be great if there was an option to include a file relative to the markdown file being processed. For example if we have the following directory structure. ```...
I accidentally set up a circular reference in my page structure that brought my machine to its knees. If you include a page in itself it will endlessly try to...
It seems that all includes used in child projects fail to render when using [mkdocs-multirepo-plugin](https://github.com/jdoiro3/mkdocs-multirepo-plugin) which is by far the most popular solution for combining multiple mkdocs sites into a...
This attempts to address using relative links in templates. This will need further testing I think. #21
Add support to download files from remote urls then include them as normal. closes #45