Skip to content
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

[stable28] Fix(plaintext): multiple linebreaks at end #6561

Open
wants to merge 2 commits into
base: stable28
Choose a base branch
from

Commits on Nov 7, 2024

  1. fix(plaintext): allow adding multiple empty lines at the end

    Pressing enter three times exits a CodeBlock element by default.
    Disable this by setting `exitOnTripleEnter` to false in plaintext editor.
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud authored and juliusknorr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fd51a7c View commit details
    Browse the repository at this point in the history
  2. test(plaintext) add regression test for newlines

    Signed-off-by: Max <[email protected]>
    max-nextcloud authored and juliusknorr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    52d09b1 View commit details
    Browse the repository at this point in the history