Drupal 8 has CKEditor as core. CKEditor inserts extra
tag when users input "enter" (newline). How to configure to disable this automatic paragraph tag?
Drupal 8 has CKEditor as core. CKEditor inserts extra
tag when users input "enter" (newline). How to configure to disable this automatic paragraph tag?
You can set auto paragraph to false. Follow this link for detailed implementation.