fix: shiki fallback language (#1044)
This commit is contained in:
parent
0407ef353f
commit
f76628d4ab
2 changed files with 6 additions and 5 deletions
|
@ -43,7 +43,7 @@ function getDecorations({
|
|||
findChildren(doc, node => node.type.name === name)
|
||||
.forEach((block) => {
|
||||
let from = block.pos + 1
|
||||
const language = block.node.attrs.language || 'text'
|
||||
const language = block.node.attrs.language
|
||||
|
||||
const shiki = useHightlighter(language)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue