asciidocr 0.1.7

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": "Column 1, header row ",
              "location": [ { "line": 3, "col": 2 }, { "line": 3, "col": 22 } ]
            }
          ],
          "location": [ { "line": 3, "col": 1 }, { "line": 3, "col": 22 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Column 2, header row",
              "location": [ { "line": 3, "col": 24 }, { "line": 3, "col": 43 } ]
            }
          ],
          "location": [ { "line": 3, "col": 23 }, { "line": 3, "col": 43 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 1, row 2",
              "location": [ { "line": 5, "col": 2 }, { "line": 5, "col": 24 } ]
            }
          ],
          "location": [ { "line": 5, "col": 1 }, { "line": 5, "col": 24 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 2, 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 1, row 3",
              "location": [ { "line": 8, "col": 2 }, { "line": 8, "col": 24 } ]
            }
          ],
          "location": [ { "line": 8, "col": 1 }, { "line": 8, "col": 24 } ]
        },
        {
          "name": "tableCell",
          "node_type": "block",
          "inlines": [
            {
              "name": "text",
              "type": "string",
              "value": "Cell in column 2, row 3",
              "location": [ { "line": 9, "col": 2 }, { "line": 9, "col": 24 } ]
            }
          ],
          "location": [ { "line": 9, "col": 1 }, { "line": 9, "col": 24 } ]
        }
      ],
      "metadata": {
        "attributes": {
          "cols": "2"
        },
        "options": ["header"],
        "roles": [],
        "location": [ { "line": 1, "col": 1 }, { "line": 1, "col": 12 } ]
      },
      "location": [ { "line": 2, "col": 1 }, { "line": 10, "col": 4 } ]
    }
  ],
  "location": [ { "line": 1, "col": 1 }, { "line": 10, "col": 4 } ]
}