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
構文値
case full
A syntax value that interprets the full Markdown syntax and produces all relevant attributes.
ある構文値、それは全Markdown構文を解釈して、そして全ての関連する属性を生み出します。
case inlineOnly
A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans.
ある構文値、それは全てのMarkdownテキストを構文解析します、しかしインラインspanに適用される属性のみを解釈します。