MarkdownLine

struct MarkdownLine: Identifiable

The struct for a Markdown line

  • id

    ID for the struct

    Declaration

    Swift

    let id = UUID()
  • The Markdown text

    Declaration

    Swift

    let text: String
  • The type of Markdown

    Declaration

    Swift

    var markdownType: MarkdownType