function markdown_to_htmlimport { markdown_to_html } from "https://deno.land/x/comrak@0.1.1/pkg/comrak_wasm.d.ts"; markdown_to_html(md: string, opts: any): stringParametersmd: stringopts: anyReturnsstring