In a response from an API I get a plain text that contains line breaks in this way:
"plain_text": "INFORMACION DEL PRODUCTO:\n\nProducto:
How can I use these line breaks (\n\n) when printing on WEB page with Javascript (I'm using VUE) ?
Since it only passes the text without the line breaks.
I add image of how it prints with VUE but in the inspector if it appears with the line breaks.
` tag? – admcfajn Dec 03 '18 at 05:08