Putting a carriage return or newline when editing the Features Clean component?

How do you put a carriage return or newline when editing the Features Clean component. Pressing the return/enter key takes you out of edit mode.

It's not a carriage return in web design, it's a line break. You need to create a custom component to add the line break code. Just replace the code that is in the custom code box with the following:

<br>

Then from there you can edit this custom code to add more line breaks to it or remove some etc.

So no way to directly do it in edit mode a component?

Oh, I forgot to tell you to save the custom component to your library. Then you can just drag it from your library at the top of the left sidebar area. I just named mine "my BR" so I would always know what to look for after I got a bunch of library items :)

This solution works thanks Jo.