Welcome to MkDocs Entangled Plugin
Using this plugin, you can make your Entangled documents look better.
Examples
Detailed examples are found in the entangled/mkdocs-examples repository.
Install
Install this with pip install mkdocs-entangled-plugin
. To use the entangled plugin, add the following lines to your mkdocs.yml
:
plugins:
- entangled # this also runs `entangled sync` as a pre-build action
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
Also create entangled.toml
, the version
field is obligatory.
Components
This plugin bundles functionality for literate programming with Entangled.
- Annotate code blocks with titles.
Annotate code blocks
The default markdown syntax that Entangled supports has fenced code blocks as follows
Which renders like this:
Or named code blocks
that render like this:
License
Licensed under the Apache-2 license agreement: see LICENSE