Replace abandoned spatie/commonmark-highlighter with tempest/highlight
Swap the syntax highlighting library and its CSS theme (zenburn -> nord, matching tempest's class names), add padding to code blocks, and commit the missing compressed winter.js assets from the earlier asset rename. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
f7e13976e0
commit
c420e19f08
19 changed files with 167 additions and 233 deletions
|
|
@ -44,3 +44,12 @@
|
|||
gap: 2ex;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.h-entry {
|
||||
pre {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue