This commit is contained in:
Alexander Makarov
2013-07-29 20:08:47 +04:00
parent 18c00be6b4
commit 0645445523

View File

@@ -24,6 +24,8 @@ namespace yii\helpers;
* )); * ));
* ``` * ```
* *
* Note that in order to use this helper you need to install "michelf/php-markdown" Composer package.
*
* For more details please refer to [PHP Markdown library documentation](http://michelf.ca/projects/php-markdown/). * For more details please refer to [PHP Markdown library documentation](http://michelf.ca/projects/php-markdown/).
* @author Alexander Makarov <sam@rmcreative.ru> * @author Alexander Makarov <sam@rmcreative.ru>
* @since 2.0 * @since 2.0