Skip to main content
Module

x/parsedown/deno.json

WASM code for parsing Markdown into HTML with light output tweaking
Latest
File
{ "tasks": { "test": "deno test -A", "wasmbuild": "deno run -A https://deno.land/x/wasmbuild@0.10.4/main.ts --project=parsedown" }, "imports": { "$std/": "https://deno.land/std@0.182.0/" }}