Enumeration Case 列挙ケース

AttributedString.MarkdownParsingOptions.InterpretedSyntax.inlineOnly

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

Declaration 宣言

case inlineOnly

Discussion 議論

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. この構文で、パーサはブロックを見分ける属性を適用しません。しかしながら、拡張された属性はインラインspanに適用されます、なのでパーサはそれらを含みます、allowsExtendedAttributesプロパティがそれらを許可するならば。

See Also 参照

Syntax Values 構文値