I want to use your pretty tool to edit tooltipps for my webapp.
Unfortunately every entry ist wrapped in P-tags and at end of line an unnecessary line-break (BR). Is there a way to disable this?
(Firefox 39 / Win 7)


I think I found it. ;-)
setting semantic: false disabled this behaviour.
I don't know why Firefox add a <br> but if you don't want <p> tags, you need to disable semantic option.
What if we want semantic, but don't want it to wrap everything in a p tag?
some of us need to prevent our users from inserting a P or line break at start so other formatting works correctly.
Most helpful comment
What if we want semantic, but don't want it to wrap everything in a p tag?
some of us need to prevent our users from inserting a P or line break at start so other formatting works correctly.