subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
{
    "version": 1.1,
    "tags": [
        {
            "name": "tex",
            "description": "The tex element for LaTeX math code.",
            "attributes": [
                { "name": "block" }
            ]
        },
        {
            "name": "texblock",
            "description": "The tex element for LaTeX math code.",
            "attributes": []
        },
        {
            "name": "equation",
            "description": "The tex element for LaTeX math code in an equation environment.",
            "attributes": []
        },
        {
            "name": "list",
            "description": "A better <ol> tag; each child element is wrapped in an li tag.",
            "attributes": []
        },
        {
            "name": "items",
            "description": "A better <ul> tag; each child element is wrapped in an li tag.",
            "attributes": []
        },
        {
            "name": "include",
            "description": "The compile-time import system.",
            "attributes": []
        },
        {
            "name": "layout",
            "description": "A gallery of items",
            "attributes": [
                {
                    "name": "cols",
                    "values": [
                        {"name": "2"},
                        {"name": "3"},
                        {"name": "4"}
                    ]
                }
            ]
        }
    ],
    "globalAttributes": [],
    "valueSets": []
}