asciidocr 0.1.13

A pure-Rust CLI and library for processing and converting asciidoc files
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "dlist",
      "type": "block",
      "marker": "::",
      "items": [
        {
          "name": "dlistItem",
          "type": "block",
          "marker": "::",
          "terms": [
            {
              "name": "text",
              "type": "string",
              "value": "Term",
              "location": [
                {
                  "line": 1,
                  "col": 1
                },
                {
                  "line": 1,
                  "col": 4
                }
              ]
            }
          ],
          "principal": [
            {
              "name": "text",
              "type": "string",
              "value": "Description of that term.",
              "location": [
                {
                  "line": 1,
                  "col": 8
                },
                {
                  "line": 1,
                  "col": 32
                }
              ]
            }
          ],
          "location": [
            {
              "line": 1,
              "col": 1
            },
            {
              "line": 1,
              "col": 32
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 1,
          "col": 32
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 1,
      "col": 32
    }
  ]
}