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