asciidocr 0.1.9

A CLI and library for processing and converting asciidoc files
Documentation
{
  "name": "document",
  "type": "block",
  "blocks": [
    {
      "name": "table",
      "type": "block",
      "form": "delimited",
      "delimiter": "|===",
      "blocks": [
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in ",
              "location": [ { "line": 3, "col": 2 }, { "line": 3, "col": 9 } ]
            },
            {
              "name": "span",
              "type": "inline",
              "variant": "strong",
              "form": "constrained",
              "inlines": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "column",
                  "location": [ { "line": 3, "col": 11 }, { "line": 3, "col": 16 } ]
                }
              ],
              "location": [ { "line": 3, "col": 10 }, { "line": 3, "col": 17 } ]
            },
            {
              "name": "text",
              "type": "string",
              "value": " 1, ",
              "location": [ { "line": 3, "col": 18 }, { "line": 3, "col": 21 } ]
            },
            {
              "name": "span",
              "type": "inline",
              "variant": "strong",
              "form": "constrained",
              "inlines": [
                {
                  "name": "text",
                  "type": "string",
                  "value": "row",
                  "location": [ { "line": 3, "col": 23 }, { "line": 3, "col": 25 } ]
                }
              ],
              "location": [ { "line": 3, "col": 22 }, { "line": 3, "col": 26 } ]
            },
            {
              "name": "text",
              "type": "string",
              "value": " 1 ",
              "location": [ { "line": 3, "col": 27 }, { "line": 3, "col": 29 } ]
            }
          ],
          "location": [ { "line": 3, "col": 1 }, { "line": 3, "col": 29 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 2, row 1 ",
              "location": [ { "line": 4, "col": 2 }, { "line": 4, "col": 25 } ]
            }
          ],
          "location": [ { "line": 4, "col": 1 }, { "line": 4, "col": 25 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 1, row 2",
              "location": [ { "line": 6, "col": 2 }, { "line": 6, "col": 24
                }
              ]
            }
          ],
          "location": [ { "line": 6, "col": 1 }, { "line": 6, "col": 24
            }
          ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 2, row 2",
              "location": [ { "line": 7, "col": 2 }, { "line": 7, "col": 24 } ]
            }
          ],
          "location": [ { "line": 7, "col": 1 }, { "line": 7, "col": 24 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 1, row 3",
              "location": [ { "line": 9, "col": 2 }, { "line": 9, "col": 24 } ]
            }
          ],
          "location": [ { "line": 9, "col": 1 }, { "line": 9, "col": 24 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 2, row 3 ",
              "location": [ { "line": 10, "col": 2 }, { "line": 10, "col": 25 } ]
            }
          ],
          "location": [ { "line": 10, "col": 1 }, { "line": 10, "col": 25 } ]
        }
      ],
      "metadata": {
        "attributes": {
          "cols": "2"
        },
        "options": [],
        "roles": [],
        "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 12 } ]
      },
      "location": [ { "line": 2, "col": 1 }, { "line": 11, "col": 4 } ]
    }
  ],
  "location": [ { "line": 1, "col": 1 }, { "line": 11, "col": 4 } ]
}