No project description provided
Project description
markdown-mermaid
Mermaid extension for Python-Markdown. Replaces mermaid tagged code blocks with div elements to be rendered by the Mermaid JavaScript library. The JavaScript itself that is required for rendering of the graphs is not inserted. The library can be acquired from a CDN or npm for example.
Installation
pip install markdown-mermaid
Example
This would be replaced:
```mermaid
a -> b
```
With this:
<div class="mermaid">
a -> b
</div>
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file markdown_mermaid-0.2.tar.gz.
File metadata
- Download URL: markdown_mermaid-0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
143ea83f4b02ef357d8b676f61a9b182480a7d053cccce6d519a8be4d6e5e16b
|
|
| MD5 |
a8921081fa6bb085d3617c711b780fbe
|
|
| BLAKE2b-256 |
7b381ef08a7e0df9aafaa18d0b00fd270da859e659e1ac9e5e43d3c887e86721
|
File details
Details for the file markdown_mermaid-0.2-py3-none-any.whl.
File metadata
- Download URL: markdown_mermaid-0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e87cc4f696aa88a2a649e6b675f077672563403e881352d0cdeecaa40cd1f539
|
|
| MD5 |
4d61df6c91e24d3d501c711c56b3258d
|
|
| BLAKE2b-256 |
e76a8b4aee66e4aa17cd81318a5079509c5f70cc71b476e2262afd1f63ae6886
|