ftml 1.41.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "elements": [
        {
            "element": "container",
            "data": {
                "type": "paragraph",
                "attributes": {},
                "elements": [
                    {
                        "element": "text",
                        "data": "Alpha"
                    },
                    {
                        "element": "footnote"
                    }
                ]
            }
        },
        {
            "element": "footnote-block",
            "data": {
                "title": null,
                "hide": false
            }
        },
        {
            "element": "container",
            "data": {
                "type": "paragraph",
                "attributes": {},
                "elements": [
                    {
                        "element": "text",
                        "data": "Beta"
                    },
                    {
                        "element": "footnote"
                    }
                ]
            }
        },
        {
            "element": "footnote-block",
            "data": {
                "title": null,
                "hide": false
            }
        }
    ],
    "footnotes": [
        [
            {
                "element": "text",
                "data": "A"
            }
        ],
        [
            {
                "element": "text",
                "data": "B"
            }
        ]
    ]
}