Skip to content

Commit

Permalink
Merge pull request #75 from universal-ember/fix-types-3
Browse files Browse the repository at this point in the history
Add rehypePlugins to setup.d.ts
  • Loading branch information
NullVoxPopuli committed Jun 18, 2024
2 parents 9c6e823 + 9504d28 commit 0292de0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/browser/virtual/setup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,12 @@ export function setupKolay(
* These can be used to add fetaures like notes, callouts, footnotes, etc
*/
remarkPlugins?: unknown[];

/**
* Provide additional rehype plugins to the default html compiler.
*
* These can be used to add features syntax-highlighting to pre elements, etc
*/
rehypePlugins?: unknown[];
}
): Promise<Manifest>;

0 comments on commit 0292de0

Please sign in to comment.