Fix line breaks not rendering

This commit is contained in:
Saoud Rizwan
2024-10-02 04:25:48 -04:00
parent 0dc0d95b63
commit bb18993845

View File

@@ -73,6 +73,10 @@ const StyledMarkdown = styled.div`
padding-left: 2.5em;
margin-left: 0;
}
p {
white-space: pre-wrap;
}
`
const StyledPre = styled.pre<{ theme: any }>`