Enumeration Case 列挙ケース

NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace

A syntax value that parses all Markdown text, but interprets only attributes that apply to inline spans, perserving white space. ある構文値、それは全てのMarkdownテキストを構文解析します、しかしインラインspanに適用される属性のみを解釈します、空白を保全します。

Declaration 宣言

NSAttributedStringMarkdownInterpretedSyntaxInlineOnlyPreservingWhitespace = 2

Discussion 議論

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

See Also 参照

Syntax Values 構文値