=====================================================
 Extension: Comment Text Format
-----------------------------------------------------

This extension applies a custom text format to comments. Make sure you have the
relevant plugin installed for whatever format you want to use.

Upload the ext.comment_text_format.php file to the /system/extensions/ folder.
Upload the lang.comment_text_format.php file to the /system/language/english/ folder.
Go to the Extensions Manager in the Control Panel and enable the extension.

There are two ways you can configure this extension. You can use the settings in the 
Control Panel - there, you can specify which text format to use, and where to apply
it. 

The second way is to specify the format directly in the {exp:comment:entries} tag or
the {exp:comment:preview} tag, using the format parameter.

For example:

{exp:comment:entries sort="asc" limit="20" format="textile"}
{comment}

<p>By {name} on {comment_date format="%Y %m %d"}</p>
{/exp:comment:entries} 

If you choose the second way, it'll override any settings you may have in the Control
Panel.

Note: When you specify the text formatting plugin, use the function name of the 
plugin. For example, if you want to use the SmartyPants plugin for your comments, 
then you would use "smarty_pants".


-----------------------------------------------------
 Changelog
-----------------------------------------------------

1.1.0 - Initial Release
1.1.1 - Fixed bug where preview used the wrong hook
1.2.0 - Added option to specify text formatting via parameter in the comment 
display/comment preview tag