Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
Hi there,
is it possible to add linebreaks after endtags like /p or /div in the html code? I dont think of *br, i think of implicit linebreaks that structure the code and help getting a better view on the code.
Example:
_h3Welcome/h3pStuttgart, 23.03.2015/ppWelcome to everybody/p_
should be:
_h3Welcome/h3_
_pStuttgart, 23.03.2015/p_
_pWelcome to everybody/p_
Hi there, is it possible to add linebreaks after endtags like /p or /div in the html code? I dont think of *br, i think of implicit linebreaks that structure the code and help getting a better view on the code.
Example:
_h3Welcome/h3pStuttgart, 23.03.2015/ppWelcome to everybody/p_
should be:
_h3Welcome/h3_ _pStuttgart, 23.03.2015/p_ _pWelcome to everybody/p_
THX