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
filament.png
frontend.png
Solution
you have to parse the markdown into html when you output it on the frontend.
Was this page helpful?