support for stripping off frontmatter

This commit is contained in:
2023-04-29 17:19:34 -07:00
parent 8c33dd7a1a
commit a26588835b
6 changed files with 64 additions and 1 deletions

View File

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