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

Did you find this page helpful?