1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore(blog): update shiki to v1.6.0 and update next-mdx-remote to v5.0.0

This commit is contained in:
2024-05-23 22:30:13 +02:00
parent f62964c62a
commit fc0dfdda5f
7 changed files with 1316 additions and 1518 deletions

View File

@ -62,15 +62,17 @@ code {
code .line::before {
content: counter(step);
counter-increment: step;
width: 1rem;
margin-right: 1.5rem;
display: inline-block;
margin-right: 1rem;
text-align: right;
color: rgba(133, 133, 133, 0.8);
word-wrap: normal;
word-break: normal;
}
code .line:last-child {
display: none;
}
.katex .base {
display: inline !important;
white-space: normal !important;