F
Filament15mo ago
Oumaima

mardown editor in custom page

Please , how can I render mardown editor in a custom page ?
Solution:
use Illuminate\Support\Str; $html = Str::markdown($text);...
Jump to solution
2 Replies
toeknee
toeknee15mo ago
The same way you do it in laravel?
Solution
toeknee
toeknee15mo ago
use Illuminate\Support\Str; $html = Str::markdown($text);
Want results from more Discord servers?
Add your server