Add stevebauman/purify for HTML sanitization and update project configuration to allow HTML input in Markdown rendering.

This commit is contained in:
HolgerHatGarKeineNode
2026-04-05 18:53:16 +01:00
parent 0c3b98a195
commit 8e7672691d
4 changed files with 131 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ new class extends Component {
{{ $projectProposal->name }}
</h1>
<x-markdown>
{!! $projectProposal->description !!}
{!! \Stevebauman\Purify\Facades\Purify::clean($projectProposal->description) !!}
</x-markdown>
</header>