MarkdownLine
struct MarkdownLine: Identifiable
The struct for a Markdown line
-
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
View on GitHub