🗑 Remove stevebauman/purify and inline HTML sanitization, simplifying Markdown rendering.

This commit is contained in:
HolgerHatGarKeineNode
2026-04-05 19:34:25 +01:00
parent 16134d6be6
commit 7ece63fbd0
3 changed files with 2 additions and 130 deletions

View File

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