Skip to content

Consider using mermaid diagrams instead of graphviz #46

@Bisaloo

Description

@Bisaloo

E.g., to replace:

image

flowchart LR
    S -->|"infection<br>(transmission rate &beta;)"| E
    E -->|"onset of infectiousness<br>(infectiousness rate &alpha;)"| I
    I -->|"recovery<br>(recovery rate &gamma;)"| R
flowchart LR
    S -->|"infection<br>(transmission rate &beta;)"| E
    E -->|"onset of infectiousness<br>(infectiousness rate &alpha;)"| I
    I -->|"recovery<br>(recovery rate &gamma;)"| R
Loading

This will allow a better integration with varnish (carpentries/varnish#125). In particular, colour theme will be respected & text can be selected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hackathonTo solve or diagnosed in mini-hackathon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions