Description
The convert line breaks plugin will convert line breaks (\n) into <br /> tags in your blog entry descriptions.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
line-breaks=org.blojsom.plugin.common.ConvertLineBreaksPlugin
You may then add "line-breaks" to one of the flavor-based plugin chains. These plugin chains can be found in the individual user's plugin.properties file. For example:
html.blojsom-plugin-chain=..., line-breaks, ...
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.