Skip to main content
Module

x/bob/deps.ts>md.parse

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
method md.parse
Re-export
import { md } from "https://deno.land/x/bob@v2.8.1/deps.ts";

Accepts Markdown text and returns an object containing HTML and metadata.

Parameters

src: string

String of markdown source to be compiled.

optional
options: MarkedOptions = [UNSUPPORTED]

Hash of options. They replace, but do not merge with the default options. If you want the merging, you can to do this via Marked.setOptions().

Returns

Parsed