Skip to content

Commit a70170c

Browse files
Add unicode-bidi property to hljs class
1 parent 78e8e4d commit a70170c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ code { direction: ltr; }
88
h1:target::before, h2:target::before, h3:target::before, h4:target::before, h5:target::before, h6:target::before {
99
margin-left: -10px !important;
1010
}
11+
.hljs {
12+
unicode-bidi: plaintext;
13+
}

0 commit comments

Comments
 (0)