Skip to content

Commit

Permalink
Fix for Setting #76
Browse files Browse the repository at this point in the history
Fix for Setting #76
  • Loading branch information
BenjaminHoegh authored Oct 12, 2024
1 parent 6de3d48 commit ae48aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3.x/Configuration/Alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ParsedownExtended->config()->set('alerts', false);
To customize the types of alerts available in your Markdown:

```php
$ParsedownExtended->config()->set('alerts', [
$ParsedownExtended->config()->set('alerts.types', [
'types' => ['note', 'warning', 'custom-type']
]);
```
Expand Down

0 comments on commit ae48aea

Please sign in to comment.