Files
einundzwanzig-verein/resources/views/vendor/markdown/markdown.blade.php
HolgerHatGarKeineNode 16134d6be6 🛠 Replace inline HTML sanitization with a custom Markdown component for consistency.
🛡 Add `DisallowedRawHtmlExtension` to Markdown config for enhanced security.
2026-04-05 19:00:30 +01:00

2 lines
95 B
PHP

<div {{ $attributes }}>{!! \Stevebauman\Purify\Facades\Purify::clean($toHtml($slot)) !!}</div>