0

Drupal 8 has CKEditor as core. CKEditor inserts extra

tag when users input "enter" (newline). How to configure to disable this automatic paragraph tag?

Allen Chen
  • 133
  • 2
  • 7

2 Answers2

0

You can set auto paragraph to false. Follow this link for detailed implementation.

https://drupal.stackexchange.com/a/253032/76694

bhar1red
  • 440
  • 3
  • 10
0

Use shift + enter instead of just enter. It will add a "br" instead of a new p.

Comevents
  • 1
  • 3