Enhance code block rendering with language classes and refine link validation

This commit is contained in:
2026-05-07 19:45:45 +02:00
parent 39fb777ae6
commit a97927a29a
2 changed files with 4 additions and 10 deletions

View File

@@ -141,13 +141,6 @@
overflow-wrap: anywhere;
}
.md-codeblock__label {
margin: 0 0 1rem;
font-family: var(--md-code-font);
font-size: 11px;
color: var(--subtle);
}
.md-inline-code {
padding: 0.1em 0.24em;
border-radius: 4px;