Add SVG parser (#346)

This commit is contained in:
Thomas Miceli
2024-10-14 21:20:56 +02:00
committed by GitHub
parent 3068588111
commit df226cbd99
11 changed files with 267 additions and 76 deletions

4
public/style.css vendored
View File

@ -167,6 +167,10 @@ dl.dl-config dd {
@apply overflow-auto whitespace-pre !important;
}
.markdown-body img {
@apply bg-transparent dark:bg-transparent !important;
}
.chroma.preview.markdown pre code {
@apply p-4 !important;
}