Enumeration Case 列挙ケース

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 inlineOnlyPreservingWhitespace

Discussion 議論

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. この値は、AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnlyのように振る舞います、しかし複数の連続した空白のインスタンスをある単一の分離子の空きとして解釈しません。全ての空白文字は、結果においてソースが指定するとおりに現れます。

See Also 参照

Syntax Values 構文値