ftml 0.5.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": "container",
                "data": {
                    "type": "paragraph",
                    "elements": [
                        {
                            "element": "module",
                            "data": {
                                "module": "join",
                                "data": {
                                    "button-text": null,
                                    "attributes": {
                                        "id": "join-btn",
                                        "CLASS": "join-module",
                                        "stYLe": "display: inline-block;",
                                        "data-join": ""
                                    }
                                }
                            }
                        },
                        {
                            "element": "text",
                            "data": "Apple"
                        }
                    ]
                }
            }
        ],
        "styles": [
        ]
    },
    "warnings": [
    ]
}