Rich Editor not displaying in front-end

Hi, I have problem with displaying in the front-end using blade some of the formatting I've done in Rich Editor in the admin panel. For example, (1) The blockquote dont have the black background as it shows in the rich editor in the filamentphp (2) The bullet list don't have bullets and the numbered list dont have numbers. The sub-heading is not also rendered properly I am attaching 3 images which shows how the format should look in the filamentphp admin panel, how it displayed in the front-end, and the code I used to display it using laravel blade
No description
No description
No description
2 Replies
awcodes
awcodes2w ago
You just need frontend styles for the content. How things look in an editor are usually scoped to the editor. Because html output can and usually is different to how it’s displayed in an editor.
Sugbo
Sugbo2w ago
Thanks. I appreciate the response