diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:34:22 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:34:22 +0900 |
| commit | 3336bbf18e816d4d87c4a5f77ade9f9902e0453e (patch) | |
| tree | 96d54643e21744f6d39baca775820e5fa776d71f /src/content/docs/ippan-situmon | |
| parent | 342abcba628f6b6b32eb2717a8201266f371f35d (diff) | |
Fix Mermaid whitespace and update guide page
Diffstat (limited to 'src/content/docs/ippan-situmon')
| -rw-r--r-- | src/content/docs/ippan-situmon/r1d/3gatu/1-dyslexia-kankyo.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/docs/ippan-situmon/r1d/3gatu/1-dyslexia-kankyo.mdx b/src/content/docs/ippan-situmon/r1d/3gatu/1-dyslexia-kankyo.mdx index 90f291e..ba1ba1a 100644 --- a/src/content/docs/ippan-situmon/r1d/3gatu/1-dyslexia-kankyo.mdx +++ b/src/content/docs/ippan-situmon/r1d/3gatu/1-dyslexia-kankyo.mdx @@ -716,11 +716,11 @@ import QuestionSummary from '@/components/QuestionSummary.astro'; ```mermaid %% 認識されるまでのハードルが非常に高い flowchart - node_1(["スタート"]) --> node_2( "保護者が子どもの困難さに気づいた?") + node_1(["スタート"]) --> node_2("保護者が子どもの困難さに気づいた?") style node_1 fill:#ffeca8,stroke-width: 2px node_2 -->|"いいえ"| node_3(["認識されない"]) style node_3 fill:#ffeca8,stroke-width: 2px - node_2 -->|"はい"| node_4( "保護者が特別支援教室や通級指導の申し込みを決めた?") + node_2 -->|"はい"| node_4("保護者が特別支援教室や通級指導の申し込みを決めた?") node_4 -->|"いいえ"| node_3 node_4 --> |"はい"| node_5("発達検査") node_5 --> node_6("行動検査") |
