Skip to content

Commit d3b78e4

Browse files
Add rehypePlugins to ExtraOptions, used by compile (#1708)
1 parent 4760e11 commit d3b78e4

File tree

1 file changed

+1
-0
lines changed
  • packages/ember-repl/addon/src/compile

1 file changed

+1
-0
lines changed

packages/ember-repl/addon/src/compile/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ type ExtraOptions =
128128
| {
129129
format: 'glimdown';
130130
remarkPlugins?: UnifiedPlugin[];
131+
rehypePlugins?: UnifiedPlugin[];
131132
importMap?: EvalImportMap;
132133
CopyComponent?: string;
133134
ShadowComponent?: string;

0 commit comments

Comments
 (0)