Mkdocs-codeinclude-plugin

Latest version: v0.2.1

Safety actively analyzes 624661 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.1

What's Changed
* Proper multiple-tab code blocks (26) fundthmcalculus
* Test nightly so that breaking changes in dependencies are detected (28) rnorth
* Update test to match changes in dependencies (27) rnorth

0.2.0

What's Changed
* Release drafter (25) rnorth
* Support pymdownx.tabbed for pymdown-extensions v8+ (24) rnorth

0.1.0

What's changed

A number of improvements from dmitry-timofeev:

Indent the ellipsis between non-adjacent lines (15)

Use the last line indent so that the result can be
un-indented by the caller. It prevents results like this:


/* block 1 */
...
/* block 2 */


turning them into


/* block 1 */
...
/* block 2 */


which will be dedented by the caller.

Allow selectors on next line (10)

Allows targeting expressions to be on the next line:

markdown
<!--codeinclude-->
<!-- On the same line -->
[Title](long/long/Path) targeting_expr1

<!-- On the next line -->
[Title2](long/long/Path)
targeting_expr2
<!--/codeinclude-->


Resolves 9

Fix inside_block inclusion with multiple curly brackets on the same line (14)

Add support for any language (5)

Auto-detect the source language and the alias to use using the Pygments API.

Allow empty titles (6)

Allow empty title for code snippets. It may be useful for short code fragments.

0.0.1

Initial version published to PyPI

0.0.1-testpypi

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.