limited latex support

This commit is contained in:
2024-09-18 21:50:40 -06:00
parent 31f39b8193
commit 395e9934e6
12 changed files with 195 additions and 50 deletions

View File

@@ -18,7 +18,8 @@
/* monaco editor */
.monaco-editor-background,
.monaco-editor .margin {
background-color: #18181b !important;
background-color: #020617 !important;
/* background-color: #18181b !important; */
}
.monaco-editor { position: absolute !important; }
@@ -59,6 +60,19 @@ ol {
list-style-type: decimal;
padding-left: 1.5rem;
}
table {
@apply border-collapse border border-gray-700;
}
thead {
@apply text-lg ;
}
th, td {
@apply px-2 py-1 border border-gray-700;
}
hr {
@apply border-t border-gray-500 my-4;
}
@@ -70,6 +84,7 @@ blockquote {
code {
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
}
p {
@apply mb-3;
}