feat: sanitize user messages (#42)

This commit is contained in:
Sam Denty
2024-08-22 14:06:51 +01:00
committed by GitHub
parent 8f74cc61ec
commit d364a6f774
9 changed files with 163 additions and 16 deletions

View File

@@ -58,9 +58,13 @@ $code-font-size: 13px;
color: #6a737d;
}
p:not(:last-of-type) {
margin-block-start: 0;
margin-block-end: 16px;
p {
white-space: pre-wrap;
&:not(:last-of-type) {
margin-block-start: 0;
margin-block-end: 16px;
}
}
a {