Mermaid Diagram Samples in Hugo

Creating sequence diagrams in Markdown

* This page contains promotional content

In Beautifulhugo, the Hugo theme, mermaid.js, the library for drawing sequence diagrams, is already built in, so simply specifying the short tag and writing in the mermaid format is enough to display a sequence diagram.

If it is not built into your theme, it is a good idea to refer to the article Hugoにmermaidを組み込んでみた (in Japanese).

A simple sample

Gantt chart

Quoted from the official site

Basic sequence diagram


See also