-
-
Notifications
You must be signed in to change notification settings - Fork 91
Update ranges for markdown item #2778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,8 @@ initialState: | |
end: {line: 0, character: 5} | ||
finalState: | ||
documentContents: | | ||
- (aaa) | ||
- bbb | ||
- (aaa | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You now need to use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably better to include the children by default (the new way) because you can easily narrow the scope but it's harder to widen it arbitrarily |
||
- bbb) | ||
selections: | ||
- anchor: {line: 2, character: 0} | ||
active: {line: 2, character: 0} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
- This is the first level of a list. | ||
- This is the second level of a list. | ||
- This is the first level of a list again. | ||
--- | ||
|
||
[#1 Content] = 0:2-1:39 | ||
>---------------------------------- | ||
0| - This is the first level of a list. | ||
1| - This is the second level of a list. | ||
---------------------------------------< | ||
|
||
[#1 Removal] = 0:0-2:0 | ||
>------------------------------------ | ||
0| - This is the first level of a list. | ||
1| - This is the second level of a list. | ||
2| - This is the first level of a list again. | ||
< | ||
|
||
[#1 Trailing delimiter] = 1:39-2:0 | ||
> | ||
1| - This is the second level of a list. | ||
2| - This is the first level of a list again. | ||
< | ||
|
||
[#1 Domain] = 0:0-1:39 | ||
>------------------------------------ | ||
0| - This is the first level of a list. | ||
1| - This is the second level of a list. | ||
---------------------------------------< | ||
|
||
[#1 Insertion delimiter] = "\n" | ||
|
||
|
||
[#2 Content] = 1:4-1:39 | ||
>-----------------------------------< | ||
1| - This is the second level of a list. | ||
|
||
[#2 Removal] = 1:0-1:39 | ||
>---------------------------------------< | ||
1| - This is the second level of a list. | ||
|
||
[#2 Leading delimiter] = 1:0-1:2 | ||
>--< | ||
1| - This is the second level of a list. | ||
|
||
[#2 Domain] = 1:2-1:39 | ||
>-------------------------------------< | ||
1| - This is the second level of a list. | ||
|
||
[#2 Insertion delimiter] = "\n" | ||
|
||
|
||
[#3 Content] = 2:2-2:42 | ||
>----------------------------------------< | ||
2| - This is the first level of a list again. | ||
|
||
[#3 Removal] = 2:0-2:42 | ||
>------------------------------------------< | ||
2| - This is the first level of a list again. | ||
|
||
[#3 Leading delimiter] = 2:0-2:0 | ||
>< | ||
2| - This is the first level of a list again. | ||
|
||
[#3 Domain] = 2:0-2:42 | ||
>------------------------------------------< | ||
2| - This is the first level of a list again. | ||
|
||
[#3 Insertion delimiter] = "\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol that before