ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "[[module Join id=\"join-btn\" CLASS =\"join-module\" stYLe= \"display: inline-block;\" data-join=\"\"]]\nApple",
    "tree": {
        "elements": [
            {
                "element": "module",
                "data": {
                    "module": "join",
                    "data": {
                        "button-text": null,
                        "attributes": {
                            "class": "join-module",
                            "data-join": "",
                            "id": "join-btn",
                            "style": "display: inline-block;"
                        }
                    }
                }
            },
            {
                "element": "container",
                "data": {
                    "type": "paragraph",
                    "attributes": {},
                    "elements": [
                        {
                            "element": "text",
                            "data": "Apple"
                        }
                    ]
                }
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "html-blocks": [
        ],
        "code-blocks": [
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}