chore: enable ignoreMissing option for rehypePrismPlus
This commit is contained in:
parent
44ffc642cf
commit
74c2f16f81
@ -145,7 +145,7 @@ export default makeSource({
|
||||
rehypeAutolinkHeadings,
|
||||
rehypeKatex,
|
||||
[rehypeCitation, { path: path.join(root, 'data') }],
|
||||
[rehypePrismPlus, { defaultLanguage: 'js' }],
|
||||
[rehypePrismPlus, { defaultLanguage: 'js', ignoreMissing: true }],
|
||||
rehypePresetMinify,
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user