AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly
A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans.
Declaration
case inlineOnlyDiscussion
With this syntax, the parser doesn’t apply attributes that differentiate blocks. However, extended attributes apply to inline spans, so the parser includes them, if the allowsExtendedAttributes property allows them.