Use a better markdown solution

This commit is contained in:
Graham Campbell
2014-12-30 12:49:39 +00:00
parent 9aaaf546fd
commit d8dbe48f50
5 changed files with 110 additions and 10 deletions
+2
View File
@@ -124,6 +124,7 @@ return [
'Dingo\Api\Provider\ApiServiceProvider',
'GrahamCampbell\Throttle\ThrottleServiceProvider',
'GrahamCampbell\Markdown\MarkdownServiceProvider',
'Thujohn\Rss\RssServiceProvider',
'CachetHQ\Cachet\Support\ServiceProviders\RepositoryServiceProvider',
@@ -199,6 +200,7 @@ return [
'API' => 'Dingo\Api\Facade\API',
'Throttle' => 'GrahamCampbell\Throttle\Facades\Throttle',
'Markdown' => 'GrahamCampbell\Markdown\Facades\Markdown',
'RSS' => 'Thujohn\Rss\RssFacade',
],