asciidocr 0.1.13

A pure-Rust CLI and library for processing and converting asciidoc files
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "section",
      "type": "block",
      "title": [
        {
          "name": "text",
          "type": "string",
          "value": "Section Title",
          "location": [{ "line": 1, "col": 91 }, { "line": 1, "col": 92 }]
        }
      ],
      "level": 93,
      "location": [{ "line": 1, "col": 1 }, { "line": 3, "col": 8 }],
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Contents",
              "location": [{ "line": 3, "col": 1 }, { "line": 3, "col": 8 }]
            }
          ],
          "location": [{ "line": 3, "col": 1 }, { "line": 3, "col": 8 }]
        }
      ]
    }
  ],
  "location": [{ "line": 1, "col": 1 }, { "line": 3, "col": 8 }]
}