Skip to content
Novus Examples
mmd188 B

Mermaid Flowchart (MMD)

A Mermaid flowchart of an order-fulfilment process as diagrams-as-code — for testing Mermaid rendering, diagram-to-image conversion, and Markdown pipelines that embed Mermaid.

Preview — first 8 linesmmd
flowchart TD
    A[Order received] --> B{In stock?}
    B -->|Yes| C[Pick and pack]
    B -->|No| D[Backorder]
    C --> E[Ship]
    D --> F[Notify customer]
    E --> G[Delivered]

Specifications

Format
Mermaid
Diagram
flowchart
Nodes
7

What is a .mmd file?

An MMD file holds a Mermaid diagram written as text (diagrams-as-code): a concise syntax that describes flowcharts, sequence, class, and other diagrams which a renderer turns into an image. It is widely embedded in Markdown and documentation.

How to use this file

Use an example Mermaid file to test diagram rendering, Markdown pipelines that embed Mermaid, and diagram-to-image conversion.

Generated by generation/data_dev_artifacts.py. Free for any use, no attribution required — license.