tiff / wysihtml5

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.
http://xing.github.com/wysihtml5/
MIT License
6.5k stars 1k forks source link

HTML CODE with linebreaks after endtags #535

Open 0Kraft opened 9 years ago

0Kraft commented 9 years ago

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