Changed markdown library to cebe/markdown
- supports GFM now
- allows defining different flavors
fixes #47
Showing
| ... | @@ -75,8 +75,7 @@ | ... | @@ -75,8 +75,7 @@ |
| "yiisoft/yii2-composer": "*", | "yiisoft/yii2-composer": "*", | ||
| "yiisoft/jquery": "~2.0 | ~1.10", | "yiisoft/jquery": "~2.0 | ~1.10", | ||
| "ezyang/htmlpurifier": "4.6.*", | "ezyang/htmlpurifier": "4.6.*", | ||
| "michelf/php-markdown": "1.3.*", | "cebe/markdown": "0.9.*" | ||
| "phpspec/php-diff": ">=1.0.2" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "3.7.*", | "phpunit/phpunit": "3.7.*", | ||
| ... | ... |
Please
register
or
sign in
to comment