mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-04-06 09:58:42 +00:00
✨ Add stevebauman/purify for HTML sanitization and update project configuration to allow HTML input in Markdown rendering.
This commit is contained in:
@@ -36,7 +36,7 @@ return [
|
||||
* More info: https://spatie.be/docs/laravel-markdown/v1/using-the-blade-component/passing-options-to-commonmark
|
||||
*/
|
||||
'commonmark_options' => [
|
||||
'html_input' => 'escape',
|
||||
'html_input' => 'allow',
|
||||
'allow_unsafe_links' => false,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user