markdown fix

This commit is contained in:
HolgerHatGarKeineNode
2023-02-09 11:15:56 +01:00
parent 45ca8c71c7
commit ffec1ec440

View File

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