How to send markdown over a REST API, and render it in the frontend (React) – Reactjs
So I'm trying to convert a markdown file and send it over a rest API, and render it in the frontend. The problem is that the newlines, and other things get lost while trying to convert it back. How do…