{
  "$mulmocast": {
    "version": "1.0"
  },
  "title": "Markdown Layout Test",
  "lang": "ja",
  "speechParams": {
    "speakers": {
      "Presenter": {
        "voiceId": "shimmer",
        "displayName": { "en": "Presenter" }
      }
    }
  },
  "beats": [
    {
      "id": "row2-only",
      "speaker": "Presenter",
      "text": "row-2レイアウトのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "row-2": ["# 左側\n\n- ポイント1\n- ポイント2\n- ポイント3", "# 右側\n\n```typescript\nconst x = 1;\nconsole.log(x);\n```"]
        }
      }
    },
    {
      "id": "2x2-only",
      "speaker": "Presenter",
      "text": "2x2グリッドレイアウトのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "2x2": ["## Q1\n\n売上: 100万円", "## Q2\n\n売上: 120万円", "## Q3\n\n売上: 150万円", "## Q4\n\n売上: 180万円"]
        }
      }
    },
    {
      "id": "row2-with-header",
      "speaker": "Presenter",
      "text": "ヘッダー付きrow-2レイアウトのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": "# プレゼンテーションタイトル",
          "row-2": ["## 概要\n\nこれは左側のコンテンツです。", "## 詳細\n\nこれは右側のコンテンツです。"]
        }
      }
    },
    {
      "id": "row2-with-sidebar",
      "speaker": "Presenter",
      "text": "サイドバー付きrow-2レイアウトのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "sidebar-left": ["目次", "1. はじめに", "2. 本文", "3. まとめ"],
          "row-2": ["# メインコンテンツ\n\n詳細な説明がここに入ります。", "# サブコンテンツ\n\n補足情報です。"]
        }
      }
    },
    {
      "id": "row2-full",
      "speaker": "Presenter",
      "text": "フルレイアウト（ヘッダー＋サイドバー＋row-2）のテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": "# GraphAI入門",
          "sidebar-left": "**目次**\n\n1. 概要\n2. 特徴\n3. 使い方",
          "row-2": [
            "## 概要\n\nGraphAIはワークフローエンジンです。\n\n- 宣言的\n- 柔軟\n- 拡張可能",
            "## コード例\n\n```typescript\nconst graph = new GraphAI({\n  nodes: {...}\n});\nawait graph.run();\n```"
          ]
        }
      }
    },
    {
      "id": "2x2-with-header",
      "speaker": "Presenter",
      "text": "ヘッダー付き2x2グリッドのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": ["# 年間レポート", "2024年度"],
          "2x2": ["### Q1\n売上: 100万", "### Q2\n売上: 120万", "### Q3\n売上: 150万", "### Q4\n売上: 180万"]
        }
      }
    },
    {
      "id": "2x2-with-sidebar",
      "speaker": "Presenter",
      "text": "サイドバー付き2x2グリッドのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "sidebar-left": ["📊 レポート", "---", "Q1", "Q2", "Q3", "Q4"],
          "2x2": ["**北海道**\n人口: 500万", "**東京**\n人口: 1400万", "**大阪**\n人口: 880万", "**福岡**\n人口: 510万"]
        }
      }
    },
    {
      "id": "2x2-full",
      "speaker": "Presenter",
      "text": "フルレイアウト（ヘッダー＋サイドバー＋2x2）のテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": "# 地域別売上",
          "sidebar-left": "**凡例**\n\n🟢 好調\n🟡 普通\n🔴 不調",
          "2x2": ["## 北海道 🟢\n\n前年比 +15%", "## 東北 🟡\n\n前年比 +3%", "## 関東 🟢\n\n前年比 +20%", "## 関西 🔴\n\n前年比 -5%"]
        }
      }
    },
    {
      "id": "content-only",
      "speaker": "Presenter",
      "text": "シンプルなコンテンツのみのレイアウトです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "content": "# シンプルなスライド\n\nこれは単一カラムのコンテンツです。\n\n- ポイント1\n- ポイント2\n- ポイント3\n\n```typescript\nconsole.log('Hello');\n```"
        }
      }
    },
    {
      "id": "content-with-header",
      "speaker": "Presenter",
      "text": "ヘッダー付きコンテンツのテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": "# ドキュメントタイトル",
          "content": "## 本文\n\nここに詳細な説明文が入ります。\n\n1. 手順1\n2. 手順2\n3. 手順3"
        }
      }
    },
    {
      "id": "content-full",
      "speaker": "Presenter",
      "text": "フルレイアウト（ヘッダー＋サイドバー＋content）のテストです。",
      "image": {
        "type": "markdown",
        "markdown": {
          "header": "# ユーザーガイド",
          "sidebar-left": "**目次**\n\n1. 概要\n2. インストール\n3. 使い方",
          "content": "## 概要\n\nこのアプリケーションは...\n\n### 特徴\n\n- 簡単操作\n- 高速処理\n- 拡張可能"
        }
      }
    }
  ]
}
