Skip to content

Instantly share code, notes, and snippets.

@matori
Last active March 13, 2021 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matori/2deac7218dccca9a21190d388ee26088 to your computer and use it in GitHub Desktop.
Save matori/2deac7218dccca9a21190d388ee26088 to your computer and use it in GitHub Desktop.
{
"type": "Document",
"raw": "a《《1》》b《2》c《《《3》》》d|《《4》》e《《5》》f",
"range": [
0,
32
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 32
}
},
"children": [
{
"type": "Paragraph",
"raw": "a《《1》》b《2》c《《《3》》》d|《《4》》e《《5》》f",
"range": [
0,
32
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 32
}
},
"children": [
{
"type": "Str",
"raw": "a",
"value": "a",
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
}
},
"range": [
0,
1
]
},
{
"type": "Emphasis",
"raw": "《《1》》",
"value": "1",
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 6
}
},
"range": [
1,
6
],
"children": [
{
"type": "Str",
"raw": "1",
"value": "1",
"loc": {
"start": {
"line": 1,
"column": 3
},
"end": {
"line": 1,
"column": 1
}
},
"range": [
3,
1
]
}
]
},
{
"type": "Str",
"raw": "b《2》c《《《3》》》d|《《4》》e",
"value": "b《2》c《《《3》》》d|《《4》》e",
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 26
}
},
"range": [
6,
26
]
},
{
"type": "Emphasis",
"raw": "《《5》》",
"value": "5",
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 31
}
},
"range": [
26,
31
],
"children": [
{
"type": "Str",
"raw": "5",
"value": "5",
"loc": {
"start": {
"line": 1,
"column": 28
},
"end": {
"line": 1,
"column": 1
}
},
"range": [
28,
1
]
}
]
},
{
"type": "Str",
"raw": "f",
"value": "f",
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 26
}
},
"range": [
31,
26
]
}
]
}
]
}
@matori
Copy link
Author

matori commented Mar 13, 2021

Emphasisのend columnが間違ってる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment