Skip to content

Commit

Permalink
Update HeadingWidget.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Oct 5, 2024
1 parent a32b8ed commit 52659bf
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<div class="max-w-none p-4 prose lg:prose-xl prose-primary dark:prose-invert">
{!! str($data['content'])->markdown() !!}
{!!
(new \Illuminate\Support\HtmlString(
str(strip_tags($data['content']))
->markdown()
))
->toHtml()
!!}
</div>

0 comments on commit 52659bf

Please sign in to comment.