Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/comrak/pkg/comrak_wasm.d.ts>markdown_to_html

WASM bindings for the comrak markdown renderer
Latest
function markdown_to_html
import { markdown_to_html } from "https://deno.land/x/comrak@0.1.1/pkg/comrak_wasm.d.ts";

Parameters

md: string
opts: any

Returns

string