feat: message latex support

This commit is contained in:
Timothy J. Baek 2023-10-28 15:16:04 -07:00
parent fa9467f907
commit a1544dbc97
4 changed files with 75 additions and 3 deletions

View file

@ -9,6 +9,10 @@ html {
word-break: break-word;
}
math {
margin-top: 1rem;
}
.hljs {
@apply rounded-lg;
}