fixed markdown rendering by shifting it to javascript

This commit is contained in:
2026-03-06 13:48:47 -07:00
parent c747f1d4ce
commit 6d5ca55900
7 changed files with 128 additions and 46 deletions

View File

@@ -92,7 +92,7 @@
}
.markdown table {
@apply w-full border-collapse my-4 text-sm;
@apply block w-full border-collapse my-4 text-sm overflow-x-auto;
}
.markdown thead {
@apply bg-cyan-950;