Use marked markdown parser

This commit is contained in:
thiloho
2024-08-23 18:43:54 +02:00
parent 5e4ee45004
commit a7858329c7
2 changed files with 16 additions and 10 deletions

View File

@@ -165,6 +165,7 @@ pre {
border: var(--border-primary);
padding: var(--space-s);
overflow-x: auto;
flex-shrink: 0;
}
code {