Update index.ts

This commit is contained in:
Xlenco 2025-08-05 13:58:40 +08:00 committed by GitHub
parent b9b49623a3
commit 9ffd33f76c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,3 +11,4 @@ export { SyntaxHighlighting } from "./syntax"
export { TableOfContents } from "./toc" export { TableOfContents } from "./toc"
export { HardLineBreaks } from "./linebreaks" export { HardLineBreaks } from "./linebreaks"
export { RoamFlavoredMarkdown } from "./roam" export { RoamFlavoredMarkdown } from "./roam"
export { ViewImage } from "./viewImage"