mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Fix Shiki making build fail
This commit is contained in:
parent
b1ffb487c3
commit
c6796ecb4e
5 changed files with 915 additions and 5 deletions
|
|
@ -59,9 +59,15 @@ function rehypeShiki() {
|
|||
lang: node.properties.language,
|
||||
theme: "dark-plus",
|
||||
transformers: [
|
||||
transformerNotationFocus(),
|
||||
transformerNotationHighlight(),
|
||||
transformerMetaHighlight(),
|
||||
transformerNotationFocus({
|
||||
matchAlgorithm: "v3",
|
||||
}),
|
||||
transformerNotationHighlight({
|
||||
matchAlgorithm: "v3",
|
||||
}),
|
||||
transformerMetaHighlight({
|
||||
matchAlgorithm: "v3",
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue