Skip to content

Incorrect structure for blockquotes #19

@garyThrels

Description

@garyThrels

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": []
                        }
                    ]
                ]
            }
        ]
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions