fix(post): fetch code lazily

This commit is contained in:
Barrett Ruth 2024-11-29 21:27:21 -06:00
parent ee3a3b61a2
commit ed83255604
10 changed files with 209 additions and 172 deletions

View file

@ -41,7 +41,7 @@ pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
background: #f6f8fa;
background: #f4f4f4;
}
:not(pre) > code[class*="language-"] {
padding: .1em .3em;
@ -129,4 +129,4 @@ pre[class*="language-"] > code[class*="language-"] {
}
.token.entity {
cursor: help;
}
}