ftml 1.41.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "elements": [
        {
            "element": "list",
            "data": {
                "type": "bullet",
                "attributes": {},
                "items": [
                    {
                        "item-type": "elements",
                        "attributes": {},
                        "elements": [
                            {
                                "element": "text",
                                "data": "Apple"
                            }
                        ]
                    },
                    {
                        "item-type": "elements",
                        "attributes": {},
                        "elements": [
                            {
                                "element": "container",
                                "data": {
                                    "type": "insertion",
                                    "attributes": {},
                                    "elements": [
                                        {
                                            "element": "text",
                                            "data": "Banana"
                                        }
                                    ]
                                }
                            }
                        ]
                    },
                    {
                        "item-type": "elements",
                        "attributes": {},
                        "elements": [
                            {
                                "element": "text",
                                "data": "Cherry"
                            }
                        ]
                    },
                    {
                        "item-type": "elements",
                        "attributes": {},
                        "elements": [
                            {
                                "element": "container",
                                "data": {
                                    "type": "deletion",
                                    "attributes": {
                                        "id": "stinky"
                                    },
                                    "elements": [
                                        {
                                            "element": "text",
                                            "data": "Durian"
                                        }
                                    ]
                                }
                            }
                        ]
                    },
                    {
                        "item-type": "elements",
                        "attributes": {},
                        "elements": [
                            {
                                "element": "container",
                                "data": {
                                    "type": "insertion",
                                    "attributes": {
                                        "style": "color: yellow"
                                    },
                                    "elements": [
                                        {
                                            "element": "text",
                                            "data": "Star"
                                        }
                                    ]
                                }
                            },
                            {
                                "element": "text",
                                "data": "fruit"
                            }
                        ]
                    }
                ]
            }
        }
    ]
}