mkdocs-include-markdown-plugin icon indicating copy to clipboard operation
mkdocs-include-markdown-plugin copied to clipboard

Mkdocs Markdown includer plugin

Results 3 mkdocs-include-markdown-plugin issues
Sort by recently updated
recently updated
newest added

Just to conform with [the Common Mark specfication](https://spec.commonmark.org/0.28/#indented-code-blocks). Currently we are treating indented code blocks to all the content that is indented with 4 spaces or a tab, but following...

enhancement
breaking change

There are some cases when including with `comments` enabled breaks the content. At least: - #192 Might be worth to change the default value to `false`. I think that so...

good first issue
breaking change

I have the following example structure: ```tree docs ├── a │ ├── assets │ │ └── screenshot.png │ ├── page-a.md # imports _part-site.md │ ├── _part-site.md # imports _screenshot.md │...

bug