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": 4
            },
            {
              "line": 1,
              "col": 16
            }
          ]
        }
      ],
      "level": 1,
      "blocks": [
        {
          "name": "paragraph",
          "type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Contents of first section.",
              "location": [
                {
                  "line": 3,
                  "col": 1
                },
                {
                  "line": 3,
                  "col": 26
                }
              ]
            }
          ],
          "location": [
            {
              "line": 3,
              "col": 1
            },
            {
              "line": 3,
              "col": 26
            }
          ]
        },
        {
          "name": "section",
          "type": "block",
          "title": [
            {
              "name": "text",
              "type": "string",
              "value": "Nested Section Title",
              "location": [
                {
                  "line": 5,
                  "col": 5
                },
                {
                  "line": 5,
                  "col": 24
                }
              ]
            }
          ],
          "level": 2,
          "blocks": [
            {
              "name": "paragraph",
              "type": "block",
              "inlines": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "Contents of nested section.",
                  "location": [
                    {
                      "line": 7,
                      "col": 1
                    },
                    {
                      "line": 7,
                      "col": 27
                    }
                  ]
                }
              ],
              "location": [
                {
                  "line": 7,
                  "col": 1
                },
                {
                  "line": 7,
                  "col": 27
                }
              ]
            }
          ],
          "location": [
            {
              "line": 5,
              "col": 1
            },
            {
              "line": 7,
              "col": 27
            }
          ]
        }
      ],
      "location": [
        {
          "line": 1,
          "col": 1
        },
        {
          "line": 7,
          "col": 27
        }
      ]
    }
  ],
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 7,
      "col": 27
    }
  ]
}