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": "text",
          "type": "string",
          "value": "Test.",
          "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 5 } ]
        },
        {
          "name": "span",
          "type": "inline",
          "variant": "footnote",
          "form": "constrained",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Footnote.",
              "location": [ { "line": 1, "col": 16 }, { "line": 1, "col": 24 } ]
            }
          ],
          "location": [ { "line": 1, "col": 6 }, { "line": 1, "col": 25 } ]
        }
      ],
      "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 25 } ]
    }
  ],
  "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 25 } ]
}