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に適用される属性のみを解釈します。
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
構文値
case full
A syntax value that interprets the full Markdown syntax and produces all relevant attributes.
ある構文値、それは全Markdown構文を解釈して、そして全ての関連する属性を生み出します。