-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JEWEL-600] Use chars indexes for markdown edits
Our previouis version was marking a previouis and the following blocks as modified, while it's not needed in most cases. We can use use 0.24.0 inputIndex parameter to simply keep an index from char to block and avoid splitting lines and doing complicated search for a modified substring.
- Loading branch information
Oleg Baskakov
committed
Jan 31, 2025
1 parent
e1e56e0
commit 1a63b71
Showing
4 changed files
with
367 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.