Sometimes it can be easier to lay the groundwork for discussion or illustrate problems/solutions using diagrams instead of words and sentences.
Discourse has an official theme component that adds support for Mermaid, which is one of the most common text-based diagramming tools.
Would it be possible to add this feature to Ziggit?
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
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!