Update Emoji and Markdown packages
This commit is contained in:
@@ -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
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user