Skip to content

Commit

Permalink
feat: export highlight code fn
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Jul 9, 2024
1 parent 94222c5 commit eea3649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { highlightCodeExtension } from "./highlightCode";
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { HtmlPreviewer } from "./HtmlPreviewer";
export { MarkdownPreviewer } from "./MarkdownPreviewer";
export * from "./types";
export * from "./plugins";
export * from "./extensions";

0 comments on commit eea3649

Please sign in to comment.