This commit is contained in:
2023-05-13 20:13:49 -07:00
parent 96f468c4f8
commit 2bd98c788d

View File

@@ -1,3 +1,3 @@
export { process_frontmatter } from './frontmatter';
export { render_markdown_to_html, MarkdownExtension, MarkdownOptions } from './render';
export { render_markdown_to_html, render_markdown_to_html_inline_sync, MarkdownExtension, MarkdownOptions } from './render';