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.2.0.tar.gz
(14.1 kB
view hashes)
Built Distribution
Close
Hashes for mkdocs_puml-2.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84c42fb3521d9b740db3cc2e13b932fe82cfa6f264cfdf03a06cc540aae1ecb8 |
|
MD5 | 7f4b997a77b2546fb5612e9d43d90fdd |
|
BLAKE2b-256 | f075225d8439e0298794e5d0411a8df04c1e6bbda302d173e4b11bf7632ee44c |