AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnlyPreservingWhitespace
A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans, preserving white space.
Declaration
case inlineOnlyPreservingWhitespaceDiscussion
This value behaves like AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly, but doesn’t interpret multiple consecutive instances of white space as a single separator space. All whitespace characters appear in the result as the source specifies.