pydanny/dj-notebook

Add mermaid function

pydanny opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

I want to be able to create a mermaid diagram and have a function that renders it.

Describe the solution you'd like

This API might work:

plus.mermaid(
"""
flowchart LR
    step1 --> step2
"""
)