asciidocr 0.1.8

A CLI and library for processing and converting asciidoc files
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "list",
      "type": "block",
      "variant": "ordered",
      "marker": ".",
      "items": [
        {
          "name": "listItem",
          "type": "block",
          "marker": ".",
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "rusty",
              "location": [{ "line": 1, "col": 3 }, { "line": 1, "col": 7 }]
            }
          ],
          "location": [{ "line": 1, "col": 1 }, { "line": 1, "col": 7 }]
        }
      ],
      "location": [{ "line": 1, "col": 1 }, { "line": 1, "col": 7 }]
    }
  ],
  "location": [{ "line": 1, "col": 1 }, { "line": 1, "col": 7 }]
}