ftml 0.5.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "[[DEl ID =  \"apple\" clASS =\"fruit\" stylE=\"color: red;\"      ]]Apple[[/ DEL  ]]",
    "tree": {
        "elements": [
            {
                "element": "container",
                "data": {
                    "type": "paragraph",
                    "elements": [
                        {
                            "element": "styled-container",
                            "data": {
                                "type": "deletion",
                                "attributes": {
                                    "ID": "apple",
                                    "clASS": "fruit",
                                    "stylE": "color: red;"
                                },
                                "elements": [
                                    {
                                        "element": "text",
                                        "data": "Apple"
                                    }
                                ]
                            }
                        }
                    ]
                }
            }
        ],
        "styles": [
        ]
    },
    "warnings": [
    ]
}