0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

mermaidの日本語の表示方法

Last updated at Posted at 2025-09-17

mermaidで日本語で表示させ方

xx["ああああ"]のようにダブルクォーテーションで囲むと日本語で表示させることができます。

以下が使用例になります。

```mermaid
flowchart LR
    requirements["要求定義"]
    spec["仕様定義"]
    task["タスク化"]
    execute["タスク実行"]
    requirements --> spec
    spec --> task
    task --> execute
```
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?