Skip to main content
Module

x/diplodocus/deps.ts>Marked.debug

🦕 Deno Deploy Docs 📓
Latest
method Marked.debug
Re-export
import { Marked } from "https://deno.land/x/diplodocus@0.0.4/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