fix: improve word breaking for code blocks in markdown (#2636)

This commit is contained in:
Luffy 2025-11-28 21:56:05 +08:00 committed by GitHub
parent e8117563ea
commit 73d41e9e48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,9 +185,10 @@
}
}
code,
:not(pre) > code,
samp {
white-space: pre-wrap;
overflow-wrap: break-word;
}
code {