You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've decided to shift from Quartz to Astro-erudite. One feature i'm missing is diagram generation using MermaidJS.
```mermaid
sequenceDiagram
Alice->>+John: Hello John, how are you?
Alice->>+John: John, can you hear me?
John-->>-Alice: Hi Alice, I can hear you!
John-->>-Alice: I feel great!
``
this should be able to generate a diagram in blog.
sequenceDiagram
Alice->>+John: Hello John, how are you?
Alice->>+John: John, can you hear me?
John-->>-Alice: Hi Alice, I can hear you!
John-->>-Alice: I feel great!
Loading
please let me know if there is way a around to include diagrams
Hello, thank you for this project.
I've decided to shift from Quartz to Astro-erudite. One feature i'm missing is diagram generation using MermaidJS.
this should be able to generate a diagram in blog.
sequenceDiagram Alice->>+John: Hello John, how are you? Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great!please let me know if there is way a around to include diagrams
thank you again.