Skip to main content
Module

x/parsedown/mod.ts>markdownToPlaintext

WASM code for parsing Markdown into HTML with light output tweaking
Latest
variable markdownToPlaintext
import { markdownToPlaintext } from "https://deno.land/x/parsedown@1.4.1/mod.ts";

type

(markdown: string, options?: MarkdownToPlaintextOptions) => Promise<string>