Author: MaxBlogPress Revived
This plugin gives administrator a complete control for formatting and encoding indivisual blog post on Posts & Comments.The administrator can use Formatting options as:
- "Textile 1" is a lightweight markup language, can convert words or phrased to HTML form.
- "Textile 2" is also a lightweight markup language, can convert words or phrased to HTML form.
- "nl2br" which can insert HTML line breaks before all newlines in a string.
- "WPautop" is WordPress default Formatting style.
- "No Formatting" Html will avoid using tags like '<b>', '<i>' for formatting output.
similarly, Encoding options as:
- "WPTexturize" is WordPress default encoding.
- "SmartyPants" It easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities.
- "No Encoding" will not perform any activity for converting data or information into HTML codes