Skip to main content

Quotes

Outputs a paragraph quote string with appropriate whitespace. Input text can't be an empty string.


var quote = new MdQuote("Here is some text in a quote");

// Output:
// > Here is some text in a quote
// >
//

Multi-line quotes are accepted.