ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "[[CODE]]\ntext here\n[[/CODE]]",
    "tree": {
        "elements": [
            {
                "element": "code",
                "data": {
                    "contents": "text here",
                    "language": null,
                    "name": null
                }
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "html-blocks": [
        ],
        "code-blocks": [
            {
                "contents": "text here",
                "language": null,
                "name": null
            }
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}