Skip to content

Kanban Boards

Kanban diagrams visualize task boards with columns representing workflow stages and cards representing individual tasks.

kanban
column1[Todo]
task1[Design mockups]
task2[Write specs]
column2[In Progress]
task3[Implement API]
column3[Done]
task4[Setup project]

Mermaid Studio provides basic support for kanban boards:

  • Syntax highlighting for columns and tasks
  • Live preview with board visualization
  • Error detection for invalid syntax

For complete syntax documentation including task metadata and styling, see the Mermaid.js Kanban documentation.