Skip to main content

Is there a way to change the setting so a press of the ‘enter’ key inserts a <br> (single line) rather than a <p> (double line)?

Hey ​@Fozzy  👋

With Enter you always starts a new paragraph (so you get the extra blank line).

If you just want a single line break, hit Shift + Enter instead.

 

There’s no setting to flip that behaviour as changing the default from <p> to <br> would break other layout and accessibility features, so the developer team have kept the industry-standard setup.


Reply