enh: model desc md support

This commit is contained in:
Timothy J. Baek
2024-06-15 04:32:18 -06:00
parent dfa2cf9e6d
commit fe9685867e
3 changed files with 13 additions and 3 deletions

View File

@@ -28,6 +28,10 @@ math {
@apply rounded-lg;
}
.markdown a {
@apply underline;
}
ol > li {
counter-increment: list-number;
display: block;