We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535183a commit 7ce705bCopy full SHA for 7ce705b
README.md
@@ -1,6 +1,9 @@
1
# Welcome to MkDocs Entangled Plugin
2
Using this plugin, you can make your Entangled documents look better.
3
4
+## Examples
5
+Detailed examples are found in the [entangled/mkdocs-examples repository](https://entangled.github.io/mkdocs-examples).
6
+
7
## Install
8
9
Install this with `pip install mkdocs-entangled-plugin`. To use the entangled plugin, add the following lines to your `mkdocs.yml`:
@@ -15,6 +18,8 @@ markdown_extensions:
15
18
alternate_style: true
16
19
```
17
20
21
+For more information, see [the documentation](https://entangled.github.io/mkdocs-plugin).
22
23
## Components
24
This plugin bundles functionality for literate programming with Entangled.
25
0 commit comments