← All features

Feature

Mermaid Diagrams.

Write mermaid syntax in a fenced code block and Crit renders it as an SVG diagram — flowcharts, sequence diagrams, state machines, and more.

How it works

1

Fenced blocks tagged with ```mermaid are automatically rendered as SVG diagrams in the browser. No extra tooling or plugins required.

2

Supports flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, and other mermaid diagram types.

3

Diagrams scale to fit the available width without overflowing the layout.

4

You can still comment on mermaid blocks. Select the block's line range and leave feedback about the diagram's structure or content.

Try it out

Install Crit and start reviewing markdown in seconds.

$ brew install tomasz-tomczyk/tap/crit
then run
$ crit plan.md

Or download a pre-built binary from GitHub Releases.

More features