Set up a fresh Statamic site
This commit is contained in:
28
config/statamic/markdown.php
Normal file
28
config/statamic/markdown.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Markdown Parser Configurations
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may define the configuration arrays for each markdown parser.
|
||||
| You may use the base CommonMark options as well as any extensions'
|
||||
| options here. The available options are in the CommonMark docs.
|
||||
|
|
||||
| https://statamic.dev/extending/markdown#configuration
|
||||
|
|
||||
*/
|
||||
|
||||
'configs' => [
|
||||
|
||||
'default' => [
|
||||
// 'heading_permalink' => [
|
||||
// 'symbol' => '#',
|
||||
// ],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user