markdown fix

This commit is contained in:
HolgerHatGarKeineNode
2023-02-09 11:14:11 +01:00
parent 6504a2048b
commit 45ca8c71c7

View File

@@ -60,9 +60,11 @@
<p class="font-bold text-xl">
{{ __('Where') }}: {{ $meetupEvent->location }}
</p>
<p>
{{ $meetupEvent->description }}
</p>
<div class="prose-xl prose-white">
<x-markdown>
{!! $meetupEvent->description !!}
</x-markdown>
</div>
<div>
@if($meetupEvent->link)
<x-button