permit to use linebreak - #125
Merged
Merged
Conversation
e11sy
approved these changes
Mar 4, 2025
Member
|
can you update version in package.json, please? then we can merge |
Member
neSpecc
approved these changes
Mar 5, 2025
neSpecc
left a comment
Contributor
There was a problem hiding this comment.
Please, increment a patch version
Contributor
|
Can this be merged? We could really use this feature in our project |
Member
|
hey, nice job, thank you for contribution |
RobinDev
added a commit
to Pushword/Pushword
that referenced
this pull request
Aug 4, 2026
@editorjs/nested-list was last published in July 2024; its repository now redirects to editor-js/list, whose 2.x line continues it. Shift+Enter inside an item was ending the item instead of breaking the line — fixed upstream in list 2.0.8 (editor-js/list#125), which nested-list predates. v2 carries a checklist style, and the front already renders task lists (MarkdownParser loads TaskListExtension), so items round-trip through '- [ ]' and '- [x]' markers. Items gained the meta object v2 stores the checked state in. An existing page exports byte-identical markdown after the move.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same than #36 on updated codebase
it resolves #67