Skip to content

Mermaid diagrams in Markdown-formatted JOSS articles #1281

@Andrew-S-Rosen

Description

@Andrew-S-Rosen

Is it possible to use mermaid diagrams in the Markdown-formatted manuscripts submitted to JOSS? It is supported natively on GitHub like the example below:

graph LR
  A(Input) --> B[add] --> C[make_list]
  C --> D[add] --> G(Output);
  C --> E[add] --> G;
  C --> F[add] --> G;
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions