ftml 1.30.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
{
    "input": "|| Cell ||",
    "tree": {
        "elements": [
            {
                "element": "table",
                "data": {
                    "attributes": {
                        "class": "wj-table"
                    },
                    "rows": [
                        {
                            "attributes": {},
                            "cells": [
                                {
                                    "header": false,
                                    "column-span": 1,
                                    "align": null,
                                    "attributes": {},
                                    "elements": [
                                        {
                                            "element": "text",
                                            "data": "Cell"
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            },
            {
                "element": "footnote-block",
                "data": {
                    "title": null,
                    "hide": false
                }
            }
        ],
        "styles": [
        ],
        "html-blocks": [
        ],
        "code-blocks": [
        ],
        "table-of-contents": [
        ],
        "footnotes": [
        ],
        "bibliographies": [
        ]
    },
    "errors": [
    ]
}