fix: py lang label doesn't display in code block (#690)

This commit is contained in:
Liu Xinyu
2018-08-01 17:05:35 +08:00
committed by ULIVZ
parent d9301fe042
commit 88b65cca4e
+1 -1
View File
@@ -95,7 +95,7 @@ div[class*="language-"]
background-color $codeBgColor
for lang in js ts html md vue css sass scss less stylus go java c sh yaml
for lang in js ts html md vue css sass scss less stylus go java c sh yaml py
div{'[class~="language-' + lang + '"]'}
&:before
content ('' + lang)