mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
fix: py lang label doesn't display in code block (#690)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user