quartz-research-note/content/features/Mermaid diagrams.md

11 lines
420 B
Markdown
Raw Normal View History

2023-07-10 02:32:24 +00:00
> [!warning]
2023-07-23 00:27:41 +00:00
> Wondering why Mermaid diagrams may not be showing up even if you have them enabled? You may need to reorder your plugins so that `Plugin.ObsidianFlavoredMarkdown()` is _after_ `Plugin.SyntaxHighlighting()`.
2023-07-10 02:32:24 +00:00
```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!
```