Skip to main content
Module

x/bob/deps.ts>md.debug

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

Accepts Markdown text and returns object with text in HTML format, tokens and links from BlockLexer.parser().

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

DebugReturns