Add line breaks to flowchart labels in README

Updated the flowchart in the README to include line breaks in the labels.

https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/translations/ja/1-getting-started-lessons/1-intro-to-programming-languages/README.md

#PingMSFTDocs
pull/1866/head
Hiroshi Yoshioka 1 month ago committed by GitHub
parent 5f220217d3
commit b8b7bf97e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -465,7 +465,7 @@ switch (dayOfWeek) {
**自信をちょっと高めるアップデート:** **自信をちょっと高めるアップデート:**
```mermaid ```mermaid
flowchart LR flowchart LR
A["📝 文[命令]"] --> B["📦 変数[記憶域]"] --> C["🔀 制御フロー[判断]"] --> D["🎉 動作するプログラム!"] A["📝 文<br/>[命令]"] --> B["📦 変数<br/>[記憶域]"] --> C["🔀 制御フロー<br/>[判断]"] --> D["🎉 動作するプログラム!"]
style A fill:#ffeb3b style A fill:#ffeb3b
style B fill:#4caf50 style B fill:#4caf50

Loading…
Cancel
Save