acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "document",
  "type": "block",
  "attributes": {
    "description": "If you have a very long line of text that you need to substitute regularly in a document, you may find it easier to split the value neatly in the header so it remains readable to folks looking at the AsciiDoc source.",
    "haiku": "Write your docs in text, + \\\nAsciiDoc makes it easy, + \\\nNow get back to work!"
  },
  "location": [
    {
      "line": 1,
      "col": 1
    },
    {
      "line": 4,
      "col": 21
    }
  ]
}