修复新版 Hugo 代码块行号问题 (#176)

This commit is contained in:
wc7086
2024-09-09 21:59:36 +08:00
committed by GitHub
parent f1721f79b1
commit ed5e77563d
-3
View File
@@ -107,9 +107,6 @@ pre {
code {
display: inline-block;
}
pre code {
text-wrap: wrap;
}
blockquote {
display: block;
margin-block-start: 1em;