We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da13868 commit 259d32fCopy full SHA for 259d32f
modules/markdown/index.ts
@@ -1,4 +1,5 @@
1
export {Heading} from './heading'
2
+export {Link} from './link'
3
export {Paragraph, Strong, Emph, BlockQuote} from './formatting'
4
export {Markdown} from './markdown'
5
export type {MarkdownProps} from './markdown'
0 commit comments