Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

MarkdownConvertible.md

File metadata and controls

18 lines (12 loc) · 273 Bytes

PROTOCOL

MarkdownConvertible

public protocol MarkdownConvertible

Defines an entity that can be represented as Markdown.

Properties

markdown

var markdown: String

Generated Markdown output representing the current entity.