Skip to main content

Function: blockQuote()

blockQuote(...lines): string

Function to create a blockquote.

Parameters

• ...lines: string[]

Lines to be blockquoted.

Returns

string

The blockquoted markdown.

Defined in

lib/markdown.ts:350