Skip to content

Commit f230b71

Browse files
Merge pull request #81 from universal-ember/fix-rehype-plugins
Update rehype plugins list
2 parents ac0bac1 + fd863c3 commit f230b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs-app/app/routes/application.ts

+3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ export default class ApplicationRoute extends Route {
3535
kolay: import('kolay'),
3636
},
3737
rehypePlugins: [
38+
// @shikijs/rehype
3839
[
3940
rehypeShikiFromHighlighter,
41+
// Options for @shikijs/rehype-
42+
// https://shiki.matsu.io/packages/rehype#fine-grained-bundle
4043
highlighter,
4144
{
4245
defaultColor: colorScheme.current === 'dark' ? 'dark' : 'light',

0 commit comments

Comments
 (0)