Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 304 Bytes

MarkdownConvertible.md

File metadata and controls

17 lines (13 loc) · 304 Bytes

EXTENSION

MarkdownConvertible

extension MarkdownConvertible

Properties

blockquoted

public var blockquoted: MarkdownConvertible

Quoted version of the generated Markdown output of the current entity.

"## H2 Header".blockquoted     // > ## H2 Header