Skip to content
Advertisement

How do I export mongodb html code to html file?

How do I display an html data piece from mongo db correctly?

Data: The html was encoded

What it shows: Not showing correctly

Code:

JavaScript

Advertisement

Answer

Not really sure why you put that html on a textarea element. But if the content is comming from a database that is contain use generated content, then you probele need an html sanitizer like dompurify.

You will use it like this:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement