Render HTML out of markdown content

This commit is contained in:
Thilo Hohlt
2024-08-03 13:49:41 +02:00
parent d306872179
commit 0b2a9f2383
12 changed files with 171 additions and 25 deletions

View File

@@ -86,6 +86,10 @@ select {
background-color: var(--bg-primary);
}
textarea {
resize: vertical;
}
a {
color: var(--color-accent);
}