SingleBreak is a twig filter that removes leading, trailing, duplicate and orphaned linebreaks in your paragraphs.
To install SingleBreak, follow these steps:
- Download & unzip the file and place the
singlebreaksub-directory into yourcraft/pluginsdirectory - Install plugin in the Craft Control Panel under Settings > Plugins
SingleBreak works on Craft 2.5.x.
{{ someRichText | singlebreak }}The following rich text field output:
<p><br /></p>
<p><br />Lorem<br /><br/>ipsum<br /></p>
<p><br /></p>turns into this:
<p>Lorem<br />ipsum</p>- Initial release
Brought to you by Alexander Bech