Skip to content

Commit

Permalink
fix: add rehype options (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Aug 11, 2024
1 parent 1a15159 commit f82ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carta-md/src/lib/internal/carta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export class Carta {
public readonly historyOptions?: TextAreaHistoryOptions;
public readonly theme?: Theme | DualTheme;
public readonly shikiOptions?: ShikiOptions;
public readonly rehypeOptions: RehypeOptions;
public readonly rendererDebounce: number;
public readonly keyboardShortcuts: KeyboardShortcut[];
public readonly icons: Icon[];
Expand All @@ -214,7 +215,6 @@ export class Carta {
public readonly gfmOptions: GfmOptions | undefined;
public readonly syncProcessor: Processor;
public readonly asyncProcessor: Promise<Processor>;
private readonly rehypeOptions: RehypeOptions;
private mElement: HTMLDivElement | undefined;
private mInput: InputEnhancer | undefined;
private mRenderer: Renderer | undefined;
Expand Down

0 comments on commit f82ba8e

Please sign in to comment.