struct MarkdownDocument
Swift
struct MarkdownDocument
Display text with Markdown delimiters removed and styles mapped to character offsets in that display text.
Sources/LavaText/Markdown.swift:25
Constructors
init(text: String, spans: [MarkdownSpan])
Not documented.
Sources/LavaText/Markdown.swift:29
Properties
var spans: [MarkdownSpan]
Not documented.
Sources/LavaText/Markdown.swift:27
var text: String
Not documented.
Sources/LavaText/Markdown.swift:26