Instance Property
plainText
Returns a lossy conversion of the formatted content to a plain-text string.
var plainText: String { get }
Discussion
This implementation is necessarily limited because it doesn’t make use of any collected RenderReference items. In many cases, it may make more sense to use the rawIndexableTextContent function that does use RenderReference for a more accurate textual representation of RenderInlineContent.image and RenderInlineContent.reference.