UNPKG

@skyone-wzw/markdown-render

Version:

A simple markdown render build with unified

3 lines (2 loc) 96 B
declare function markdown2html(content: string): Promise<string>; export default markdown2html;