asciidocr 0.1.13

A pure-Rust CLI and library for processing and converting asciidoc files
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "example",
      "type": "block",
      "form": "delimited",
      "delimiter": "====",
      "blocks": [
        {
          "name": "listing",
          "type": "block",
          "form": "delimited",
          "delimiter": "----",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "\nprint(f\"Hello, {name}!\")\n",
              "location": [
                {
                  "line": 4,
                  "col": 5
                },
                {
                  "line": 5,
                  "col": 25
                }
              ]
            }
          ],
          "metadata": {
            "attributes": {
              "language": "py"
            },
            "options": [],
            "roles": [],
            "location": [
              {
                "line": 3,
                "col": 1
              },
              {
                "line": 3,
                "col": 11
              }
            ]
          },
          "location": [
            {
              "line": 4,
              "col": 1
            },
            {
              "line": 6,
              "col": 4
            }
          ]
        }
      ],
      "title": [
        {
          "name": "text",
          "type": "string",
          "value": "This is the title for the following example",
          "location": [
            {
              "line": 1,
              "col": 2
            },
            {
              "line": 1,
              "col": 44
            }
          ]
        }
      ],
      "location": [
        {
          "line": 2,
          "col": 1
        },
        {
          "line": 7,
          "col": 4
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 7,
      "col": 4
    }
  ]
}