{
  "name": "Convert markdown content to Google Docs document with automatic formatting",
  "nodes": [
    {
      "id": "9a49370a-1ccc-4763-b00c-0a5d0b923d0c",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1760,
        40
      ]
    },
    {
      "id": "22f87c26-b493-407d-8fbe-2c9b1f51e050",
      "name": "Change Markdown To HTML",
      "type": "n8n-nodes-base.markdown",
      "position": [
        -1320,
        -60
      ]
    },
    {
      "id": "e59ed259-efcf-45c6-8b3f-f4e78b5e81d6",
      "name": "Add Information About Google Drive Location",
      "type": "n8n-nodes-base.set",
      "position": [
        -1100,
        -60
      ]
    },
    {
      "id": "8613265b-6578-4322-a983-4460d72984d5",
      "name": "Convert Content to Text File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        -880,
        -60
      ]
    },
    {
      "id": "c6da9c1c-ef4a-4f55-bb4d-c7719440ba58",
      "name": "Create Empty File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -660,
        140
      ]
    },
    {
      "id": "4fca0d05-d308-4da4-a754-7080274c1123",
      "name": "Merge File With About Document ID",
      "type": "n8n-nodes-base.merge",
      "position": [
        -440,
        40
      ]
    },
    {
      "id": "4926569a-0bd0-41f1-8c45-8cbd2bc89d89",
      "name": "Wait for Document Creation",
      "type": "n8n-nodes-base.wait",
      "position": [
        -220,
        40
      ]
    },
    {
      "id": "6084b5e5-c4b3-4cee-bded-4365483c3f7e",
      "name": "Change Mime Type of The File",
      "type": "n8n-nodes-base.code",
      "position": [
        -660,
        -60
      ]
    },
    {
      "id": "a4c07e9c-5f3b-4c3c-bb14-7d36124a75bf",
      "name": "Set Input Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -1540,
        40
      ]
    },
    {
      "id": "38130d33-eaf9-4da6-bcd9-dfd0981ea4b0",
      "name": "Update Document with Correct HTML Formatting",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        0,
        40
      ]
    },
    {
      "id": "8c6b4464-1869-4e4c-8db5-9295749d2b53",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2260,
        -260
      ],
      "parameters": {
        "width": 400,
        "height": 740,
        "content": "📝 Markdown to Google Docs Converter\n\n🎯 PURPOSE: Convert Markdown content to formatted Google Docs documents with automatic timestamping and Drive organization\n\n⚙️ SETUP REQUIRED:\n• Google Drive OAuth2"
      }
    }
  ],
  "connections": {
    "Set Input Data": {
      "main": [
        [
          {
            "node": "Create Empty File",
            "type": "main",
            "index": 0
          },
          {
            "node": "Change Markdown To HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Empty File": {
      "main": [
        [
          {
            "node": "Merge File With About Document ID",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Change Markdown To HTML": {
      "main": [
        [
          {
            "node": "Add Information About Google Drive Location",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for Document Creation": {
      "main": [
        [
          {
            "node": "Update Document with Correct HTML Formatting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Change Mime Type of The File": {
      "main": [
        [
          {
            "node": "Merge File With About Document ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Content to Text File": {
      "main": [
        [
          {
            "node": "Change Mime Type of The File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge File With About Document ID": {
      "main": [
        [
          {
            "node": "Wait for Document Creation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Set Input Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Information About Google Drive Location": {
      "main": [
        [
          {
            "node": "Convert Content to Text File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Document with Correct HTML Formatting": {
      "main": [
        []
      ]
    }
  }
}