Content text

In the Filament backend, I have created a text field named "intro" that includes toolbarButtons. However, when attempting to retrieve the text value on the frontend, I get the entire line.. in view <p class="text-4xl">{{ $intro }}</p> Hope your help, thanks
No description
No description
Solution:
you have to parse the markdown into html when you output it on the frontend.
Jump to solution
3 Replies
Solution
awcodes
awcodes14mo ago
you have to parse the markdown into html when you output it on the frontend.
awcodes
awcodes14mo ago
{!! str($intro)->markdown() !!} something like that.
Leonel  López
Leonel LópezOP14mo ago
Resolved thanks a lot your appreciate help!!
Want results from more Discord servers?
Add your server