Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Render graph using mermaid.js in .md files #274

@CharlesLgn

Description

@CharlesLgn

Hello,

In Github, we can use mermaid.js to render graph with code block.

for instance, if I write,

flowchart LR

A ---> B

using ```mermaid at the begining of my code block, I can render a graph like below

flowchart LR

A ---> B
Loading

I search how to do it with gitiles markdown, but I don't think it' possible.

do someone have an idea how to do it ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions