Description
The convert line breaks plugin will convert line breaks (\n) into <br /> tags in your blog entry descriptions.
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="convert-line-breaks" class="org.blojsom.plugin.common.ConvertLineBreaksPlugin" init-method="init"
destroy-method="destroy"/>
You may then add "convert-line-breaks" to one of the flavor-based plugin chains.
Usage and URL Parameters
Usage
Any line breaks (\n) in your blog entry descriptions will converted to HTML <br /> tags in your blog entry descriptions.