MediaMarkdown

public struct MediaMarkdown : WaveMedia

Display a Markdown preview that opens to a full screen markdown view.

  • Type of a MediaMarkdown in json is ‘markdown’.

    Declaration

    Swift

    public static var type: WaveMediaType
  • Markdown to display - preview will only show text representation, tapping reveals full text with full markdown support

    Declaration

    Swift

    public let markdown: String