ftml 1.30.0

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