Skip to main content
Module

x/deno_markdown/mod.ts>Markdown#quote

Generate markdown files with ease 🦕
Latest
method Markdown.prototype.quote
import { Markdown } from "https://deno.land/x/deno_markdown@v0.2/mod.ts";

Adds a markdown quote to the content

Parameters

text: string

content you wish to be quoted

optional
nested: boolean = [UNSUPPORTED]