feat: markdown syntax highlighting

This commit is contained in:
iCrawl
2022-08-23 08:48:44 +02:00
parent 17559becef
commit c826ad3ade
8 changed files with 70 additions and 11 deletions

View File

@@ -24,10 +24,21 @@ body {
height: 100%;
}
code {
font-family: 'JetBrains Mono';
pre {
font-size: 13px !important;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
tab-size: 4;
hyphens: none;
padding: 1em;
margin: 0.5em 0;
overflow: auto;
background: #1e1e1e;
border-radius: 4px;
}
pre {
font-family: 'JetBrains Mono';
code {
font-family: 'JetBrains Mono' !important;
}