Skip to content

Commit 116bfc1

Browse files
committed
fix: Handled case of shell
1 parent 6fc2036 commit 116bfc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/css/v2/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,13 @@ blockquote p:last-child {
989989
white-space: normal;
990990
}
991991
}
992+
993+
code.language-shell {
994+
/* Special case for shell commands */
995+
.cl {
996+
white-space: normal;
997+
}
998+
}
992999
}
9931000

9941001
.highlight-mf {

0 commit comments

Comments
 (0)