ftml 1.30.0

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