| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- {
- "type": "root",
- "children": [
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {},
- "children": [],
- "position": {
- "start": {
- "line": 1,
- "column": 1,
- "offset": 0
- },
- "end": {
- "line": 1,
- "column": 3,
- "offset": 2
- }
- }
- },
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {},
- "children": [
- {
- "type": "text",
- "value": "b",
- "position": {
- "start": {
- "line": 3,
- "column": 4,
- "offset": 7
- },
- "end": {
- "line": 3,
- "column": 5,
- "offset": 8
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 3,
- "column": 1,
- "offset": 4
- },
- "end": {
- "line": 3,
- "column": 6,
- "offset": 9
- }
- }
- },
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {
- "b": ""
- },
- "children": [],
- "position": {
- "start": {
- "line": 5,
- "column": 1,
- "offset": 11
- },
- "end": {
- "line": 5,
- "column": 6,
- "offset": 16
- }
- }
- },
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {
- "c": ""
- },
- "children": [
- {
- "type": "text",
- "value": "b",
- "position": {
- "start": {
- "line": 7,
- "column": 4,
- "offset": 21
- },
- "end": {
- "line": 7,
- "column": 5,
- "offset": 22
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 7,
- "column": 1,
- "offset": 18
- },
- "end": {
- "line": 7,
- "column": 9,
- "offset": 26
- }
- }
- },
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {},
- "children": [
- {
- "type": "text",
- "value": "b ",
- "position": {
- "start": {
- "line": 9,
- "column": 4,
- "offset": 31
- },
- "end": {
- "line": 9,
- "column": 6,
- "offset": 33
- }
- }
- },
- {
- "type": "emphasis",
- "children": [
- {
- "type": "text",
- "value": "c",
- "position": {
- "start": {
- "line": 9,
- "column": 7,
- "offset": 34
- },
- "end": {
- "line": 9,
- "column": 8,
- "offset": 35
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 9,
- "column": 6,
- "offset": 33
- },
- "end": {
- "line": 9,
- "column": 9,
- "offset": 36
- }
- }
- },
- {
- "type": "text",
- "value": " d ",
- "position": {
- "start": {
- "line": 9,
- "column": 9,
- "offset": 36
- },
- "end": {
- "line": 9,
- "column": 12,
- "offset": 39
- }
- }
- },
- {
- "type": "strong",
- "children": [
- {
- "type": "text",
- "value": "e",
- "position": {
- "start": {
- "line": 9,
- "column": 14,
- "offset": 41
- },
- "end": {
- "line": 9,
- "column": 15,
- "offset": 42
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 9,
- "column": 12,
- "offset": 39
- },
- "end": {
- "line": 9,
- "column": 17,
- "offset": 44
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 9,
- "column": 1,
- "offset": 28
- },
- "end": {
- "line": 9,
- "column": 18,
- "offset": 45
- }
- }
- },
- {
- "type": "leafGrowiPluginDirective",
- "name": "a",
- "attributes": {
- "#b.c.d": "",
- ".f.g": "",
- "h": "i & j k"
- },
- "children": [],
- "position": {
- "start": {
- "line": 11,
- "column": 1,
- "offset": 47
- },
- "end": {
- "line": 11,
- "column": 32,
- "offset": 78
- }
- }
- }
- ],
- "position": {
- "start": {
- "line": 1,
- "column": 1,
- "offset": 0
- },
- "end": {
- "line": 12,
- "column": 1,
- "offset": 79
- }
- }
- }
|