Initializer

init(allowsExtendedAttributes:interpretedSyntax:failurePolicy:languageCode:)

Creates a Markdown parsing options instance with the specified values. あるMarkdown構文解析オプションインスタンスをこの指定された値それらから作成します。

Declaration 宣言

init(allowsExtendedAttributes: Bool = false, interpretedSyntax: AttributedString.MarkdownParsingOptions.InterpretedSyntax = .full, failurePolicy: AttributedString.MarkdownParsingOptions.FailurePolicy = .throwError, languageCode: String? = nil)

Parameters パラメータ

allowsExtendedAttributes

A Boolean value that indicates whether parsing allows extensions to Markdown that specify extended attributes. あるブール値、それは構文解析することが拡張それらに拡張された属性それらを詳述するMarkdownを許可するかどうかを指し示します。

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.