mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
markdown fix
This commit is contained in:
@@ -60,9 +60,11 @@
|
|||||||
<p class="font-bold text-xl">
|
<p class="font-bold text-xl">
|
||||||
{{ __('Where') }}: {{ $meetupEvent->location }}
|
{{ __('Where') }}: {{ $meetupEvent->location }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<div class="prose-xl prose-white">
|
||||||
{{ $meetupEvent->description }}
|
<x-markdown>
|
||||||
</p>
|
{!! $meetupEvent->description !!}
|
||||||
|
</x-markdown>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@if($meetupEvent->link)
|
@if($meetupEvent->link)
|
||||||
<x-button
|
<x-button
|
||||||
|
|||||||
Reference in New Issue
Block a user