ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "* A\n* B\n* C",
    "tree": {
        "elements": [
            {
                "element": "list",
                "data": {
                    "type": "bullet",
                    "attributes": {},
                    "items": [
                        {
                            "item-type": "elements",
                            "attributes": {},
                            "elements": [
                                {
                                    "element": "text",
                                    "data": "A"
                                }
                            ]
                        },
                        {
                            "item-type": "elements",
                            "attributes": {},
                            "elements": [
                                {
                                    "element": "text",
                                    "data": "B"
                                }
                            ]
                        },
                        {
                            "item-type": "elements",
                            "attributes": {},
                            "elements": [
                                {
                                    "element": "text",
                                    "data": "C"
                                }
                            ]
                        }
                    ]
                }
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "html-blocks": [
        ],
        "code-blocks": [
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}