ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "[[blockquote]]\n**Bold** Cherry\n[[blockquote]]\nDurian\n[[/blockquote]]\n[[/blockquote]]",
    "tree": {
        "elements": [
            {
                "element": "container",
                "data": {
                    "type": "blockquote",
                    "attributes": {},
                    "elements": [
                        {
                            "element": "container",
                            "data": {
                                "type": "paragraph",
                                "attributes": {},
                                "elements": [
                                    {
                                        "element": "container",
                                        "data": {
                                            "type": "bold",
                                            "attributes": {},
                                            "elements": [
                                                {
                                                    "element": "text",
                                                    "data": "Bold"
                                                }
                                            ]
                                        }
                                    },
                                    {
                                        "element": "text",
                                        "data": " "
                                    },
                                    {
                                        "element": "text",
                                        "data": "Cherry"
                                    }
                                ]
                            }
                        },
                        {
                            "element": "container",
                            "data": {
                                "type": "blockquote",
                                "attributes": {},
                                "elements": [
                                    {
                                        "element": "container",
                                        "data": {
                                            "type": "paragraph",
                                            "attributes": {},
                                            "elements": [
                                                {
                                                    "element": "text",
                                                    "data": "Durian"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            }
                        }
                    ]
                }
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "html-blocks": [
        ],
        "code-blocks": [
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}