Skip to content

Commit 933254e

Browse files
authored
Removed unnecessary <x-buk-markdown> component (#1084)
1 parent c7269ef commit 933254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/articles/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class="w-full bg-center {{ $article->hasHeroImage() ? 'bg-cover' : '' }} bg-gray
106106
x-init="$nextTick(function () { highlightCode($el); })"
107107
class="prose prose-lg text-gray-800 prose-lio"
108108
>
109-
<x-buk-markdown>{!! md_to_html($article->body()) !!}</x-buk-markdown>
109+
{!! md_to_html($article->body()) !!}
110110
</div>
111111

112112
@if ($article->isUpdated())

0 commit comments

Comments
 (0)