We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7269ef commit 933254eCopy full SHA for 933254e
resources/views/articles/show.blade.php
@@ -106,7 +106,7 @@ class="w-full bg-center {{ $article->hasHeroImage() ? 'bg-cover' : '' }} bg-gray
106
x-init="$nextTick(function () { highlightCode($el); })"
107
class="prose prose-lg text-gray-800 prose-lio"
108
>
109
- <x-buk-markdown>{!! md_to_html($article->body()) !!}</x-buk-markdown>
+ {!! md_to_html($article->body()) !!}
110
</div>
111
112
@if ($article->isUpdated())
0 commit comments