asciidocr 0.1.13

A pure-Rust CLI and library for processing and converting asciidoc files
Documentation
{
    "name": "document",
    "type": "block",
    "blocks": [
        {
            "name": "paragraph",
            "type": "block",
            "inlines": [
                {
                    "name": "span",
                    "type": "inline",
                    "variant": "mark",
                    "form": "constrained",
                    "inlines": [
                        { "name": "text",
                            "type": "string",
                            "value": "George",
                            "location": [ { "line": 1, "col": 8 }, { "line": 1, "col": 13 } ]
                        }
                    ],
                    "metadata": {
                        "attributes": {},
                        "options": [],
                        "roles": [
                            "cat"
                        ],
                        "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 6 } ]
                    },
                    "location": [ { "line": 1, "col": 7 }, { "line": 1, "col": 14 } ]
                }
            ],
            "location": [ { "line": 1, "col": 7 }, { "line": 1, "col": 14 } ]
        }
    ],
    "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 14 } ]
}