feat: md 格式优化

This commit is contained in:
Tim
2025-08-06 11:27:09 +08:00
parent 91862713e7
commit 48ee45a560
3 changed files with 10 additions and 2 deletions

View File

@@ -94,6 +94,13 @@ body {
padding-left: 1.5em;
}
.info-content-text h1,
.info-content-text h2 {
border-bottom: 1px solid var(--normal-border-color);
padding-bottom: 0.3em;
margin-bottom: 0.8em;
}
.info-content-text {
word-break: break-word;
max-width: 100%;