F
Filament16mo 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
toeknee16mo ago
The same way you do it in laravel?
Solution
toeknee
toeknee16mo ago
use Illuminate\Support\Str; $html = Str::markdown($text);

Did you find this page helpful?