ftml 1.41.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "elements": [
        {
            "element": "iframe",
            "data": {
                "url": "https://example.com/some-page",
                "attributes": {}
            }
        },
        {
            "element": "iframe",
            "data": {
                "url": "http://example.org/http",
                "attributes": {}
            }
        },
        {
            "element": "iframe",
            "data": {
                "url": "https://example.com/",
                "attributes": {
                    "class": "iframe",
                    "id": "my-example",
                    "width": "90%"
                }
            }
        },
        {
            "element": "iframe",
            "data": {
                "url": "https://example.net/my-page",
                "attributes": {
                    "frameborder": "0"
                }
            }
        }
    ]
}