Skip to content

Commit

Permalink
refactor(md-enhance): update file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 16, 2022
1 parent 73de523 commit 813245a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/md-enhance/src/node/markdown-it/index.ts
@@ -1,13 +1,13 @@
export * from "./chart";
export * from "./code-demo";
export * from "./codeDemo";
export * from "./details";
export * from "./flowchart";
export * from "./footnote";
export * from "./image-mark";
export * from "./imageMark";
export * from "./katex";
export * from "./lazy-load";
export * from "./mark";
export * from "./md-import";
export * from "./mdImport";
export * from "./mermaid";
export * from "./presentation";
export * from "./sub";
Expand Down

0 comments on commit 813245a

Please sign in to comment.