Package that brings PlantUML to MkDocs
Project description
mkdocs_puml
is a fast and simple package that brings plantuml diagrams to MkDocs
documentation.
Quick Start
Run the following command to install the package
pip install mkdocs_puml
After that, add plantuml
plugin into plugins
section of your mkdocs.yml
file,
in order to use PlantUML with MkDocs.
plugins:
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
Not include PlantUML code fences with puml
keyword to your documentation, such as
```puml
@startuml
Bob -> Alice : hello
@enduml
```
That's it, mkdocs_puml
will automatically build SVG
diagrams from the code 🎉
For more information, please refer to the documentation.
License
This project is licensed under MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mkdocs_puml-2.3.0.tar.gz
(14.4 kB
view hashes)
Built Distribution
Close
Hashes for mkdocs_puml-2.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb6a3bceaa9d20020d274b5b6d8acd2f18b809511604c0d2fcb450ac3f3a160 |
|
MD5 | 2e42864a8cf8a2bdecc6dc9a5b584bdd |
|
BLAKE2b-256 | 124f8db4743bbe04a9e2ee09cddacf2b7ffd5e214899a974481fb1481de44711 |