addNewLine: false
#960
|
how to hide line break at the bottom of element when show line between cursor position? |
Answered by
xdan
Jun 26, 2026
Replies: 1 comment
|
That's the add-new-line helper — the line that lets you insert a paragraph between or after blocks. Turn it off with |
0 replies
Answer selected by
xdan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's the add-new-line helper — the line that lets you insert a paragraph between or after blocks. Turn it off with
addNewLine: falsein the config. If you only want to limit when it appears rather than kill it,addNewLineTagsTriggerscontrols which block tags trigger it.