Update Emoji and Markdown packages

This commit is contained in:
James Brooks
2016-01-18 08:10:46 +00:00
parent fcebd0a454
commit ab2d02edea
3 changed files with 70 additions and 49 deletions

View File

@@ -27,6 +27,22 @@ return [
'views' => false,
/*
|--------------------------------------------------------------------------
| CommonMark Extenstions
|--------------------------------------------------------------------------
|
| This option specifies what extensions will be automatically enabled.
| Simply provide your extension class names here.
|
| Default: []
|
*/
'extensions' => [
'AltThree\Emoji\EmojiExtension',
],
/*
|--------------------------------------------------------------------------
| Renderer Configuration
@@ -105,7 +121,8 @@ return [
| Safe Mode
|--------------------------------------------------------------------------
|
| This option specifies if raw HTML should be allowed in the document.
| This option specifies if raw HTML is rendered in the document. Setting
| this to true will not render HTML, and false will.
|
| Default: false
|