mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
markdown
This commit is contained in:
@@ -148,9 +148,9 @@
|
||||
@endif
|
||||
|
||||
@if($libraryItem->type === 'markdown_article' || $libraryItem->type === 'markdown_article_extern')
|
||||
<div class="leading-normal">
|
||||
{!! $markdown !!}
|
||||
</div>
|
||||
<x-markdown class="leading-normal">
|
||||
{!! $libraryItem->value !!}
|
||||
</x-markdown>
|
||||
@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">
|
||||
|
||||
<div class="leading-normal">
|
||||
{!! $markdownPaid !!}
|
||||
</div>
|
||||
<<x-markdown class="leading-normal">
|
||||
{!! $libraryItem->value_to_be_paid !!}
|
||||
</x-markdown>
|
||||
|
||||
</div>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user