ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": ": Key : Value",
    "tree": {
        "elements": [
            {
                "element": "definition-list",
                "data": [
                    {
                        "key_string": "Key",
                        "key": [
                            {
                                "element": "text",
                                "data": "Key"
                            }
                        ],
                        "value": [
                            {
                                "element": "text",
                                "data": "Value"
                            }
                        ]
                    }
                ]
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "html-blocks": [
        ],
        "code-blocks": [
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}