Sigma-Labs-XYZ / Explain-AI

An AI-powered source of all human knowledge
https://explainai.me/
1 stars 1 forks source link

Line Breaks in description #115

Open DomVinyard opened 1 year ago

DomVinyard commented 1 year ago

Description

Currently we just print out a blob of text:

Image

If you look at the raw api response, this content actually has line breaks (\n\n)

Image

We should find a way to render these. This will probably mean splitting the text on \n, looping through and wrapping each paragraph in a <p> tag.

Acceptance Criteria