So I’ve done quite a bit of research and this is an issue I’ve been having with my code for a bit now.
I’m using nodeJs.
Using express. And Mongodb.
Here’s what I’m trying to do.
- Integrate a rich text editor. Now this is the easy part, since there are tons of these tutorials.
The issue is when I make the post request, it pastes it with all the HTML tags.
I can’t find anything which explains how to translate the HTML that it stores to rich text to the view page.