Hi community,
I am recently working on creating apis using flask, I am generating response from backend using llms, and returning that response to frontend. The problem is the output generated by llm is in the markdown format. When I am sending that markdown output to frontend, it is not that pretty, it is so messy.
So my question is how can I send data from the backend to frontend that looks pretty when we display.