POST FOR BLOG.
I fetch rich text from API for example:
{
"description":"###Title. font bold ###Secound Title..."
}
I want convert description to html structure. How can i do it?
I tried use to content nuxt 3 but i need files md.
I would like only convert the description to html structure...
It is possible?