This commit is contained in:
HolgerHatGarKeineNode
2023-03-29 15:11:40 +02:00
parent 184a6c4137
commit 96f90b5359
2 changed files with 16 additions and 12 deletions

View File

@@ -148,9 +148,9 @@
@endif
@if($libraryItem->type === 'markdown_article' || $libraryItem->type === 'markdown_article_extern')
<x-markdown class="leading-normal">
{!! $libraryItem->value !!}
</x-markdown>
<div class="leading-normal">
{!! $markdown !!}
</div>
@endif
</div>
@@ -287,9 +287,9 @@
<div
class="prose md:prose-lg prose-invert mx-auto mt-5 text-gray-100 lg:col-start-1 lg:row-start-1 lg:max-w-none">
<x-markdown class="leading-normal">
{!! $libraryItem->value_to_be_paid !!}
</x-markdown>
<div class="leading-normal">
{!! $markdownPaid !!}
</div>
</div>
@endif