Skip to content

Commit 88b65cc

Browse files
meteorlxyulivz
authored andcommitted
fix: py lang label doesn't display in code block (#690)
1 parent d9301fe commit 88b65cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/styles/code.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ div[class*="language-"]
9595
background-color $codeBgColor
9696

9797

98-
for lang in js ts html md vue css sass scss less stylus go java c sh yaml
98+
for lang in js ts html md vue css sass scss less stylus go java c sh yaml py
9999
div{'[class~="language-' + lang + '"]'}
100100
&:before
101101
content ('' + lang)

0 commit comments

Comments
 (0)