Drupal WYSIWYG Linebreaks

Sep 12 10:48

WYSIWYG Linebreaks is a drupal module than allows users of WYSIWYG editors (such as TinyMCE or CKEditor) to save markup from their website with linebreaks instead of "p" and "br" tags.

So your formatted text with space for paragraphs and linebreaks.

Lorem ipsum dolor sit amecus eros consectetur eu.
Cras at sem orci, sit amet malesuada metus. Aenean felis orci.

Donec condimentum nunc turpis, eu molestie odio. Quisque dui tortor, porttitor a sollicitudin vitae.

Will not become a mess of tags

Lorem ipsum dolor sit amecus eros consectetur eu.<br />Cras at sem orci, sit amet malesuada metus. Aenean felis orci.<br /><p>Donec condimentum nunc turpis, eu molestie odio. Quisque dui tortor, porttitor a sollicitudin vitae.</p>

http://drupal.org/project/wysiwyg_linebreaks

Comments

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account, used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
By submitting this form, you accept the Mollom privacy policy.