A Boolean value that indicates whether parsing allows extensions to Markdown that specify extended attributes. あるブール値、それは構文解析することが拡張それらに拡張された属性それらを詳述するMarkdownを許可するかどうかを指し示します。
Initializerinit(allows
init(allowsExtendedAttributes:interpretedSyntax:failurePolicy:languageCode:)
Creates a Markdown parsing options instance with the specified values.
あるMarkdown構文解析オプションインスタンスをこの指定された値それらから作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(allowsExtendedAttributes: Bool
= false, interpretedSyntax: AttributedString
.MarkdownParsingOptions
.InterpretedSyntax
= .full, failurePolicy: AttributedString
.MarkdownParsingOptions
.FailurePolicy
= .throwError, languageCode: String
? = nil)
Parameters パラメータ
allowsExtendedAttributes
interpretedSyntax
The syntax for intepreting a Markdown string. あるMarkdown文字列を解釈するための構文。
failurePolicy
The policy for handling a parsing failure. ある構文解析失敗を取り扱うための方針。
languageCode
The BCP-47 language code for this document.