The blockquote structure results in a 2D array instead of a single layer array in the content ``` { "type": "blockquote", "content": [ { "type": "paragraph", "content": [ [ { "type": "text", "text": "Initial Setup", "marks": [] } ] ] } ] }, ```