init(contentsOf : URL, options: AttributedString.MarkdownParsingOptions, baseURL : URL?)
init<S>(contentsOf : URL, including: KeyPath<AttributeScopes, S.Type>, options: AttributedString.MarkdownParsingOptions, baseURL : URL?)
Availability 有効性
Technology
init<S>(contentsOf url: URL
, including scope: S.Type, options: AttributedString
.MarkdownParsingOptions
= .init(), baseURL: URL
? = nil) throws where S : AttributeScope
url
The URL to load Markdown-formatted data from. このURLからMarkdown書式設定されたデータをロードすることになります。
scope
An attribute scope to associate with the attributed string. 属性付き文字列と結びつけられることになるある属性スコープ。
options
オプション
Options that affect how the initializer interprets formatting in the Markdown string. This parameter defaults to no options. どのようにイニシャライザがMarkdown文字列における書式設定を解釈するかに影響を及ぼすオプション。このパラメータは省略時にはオプション無しになります。
baseURL
The base URL to use when resolving Markdown URLs. The initializer treats URLs as being relative to this URL. If this value is nil
, the initializer doesn’t resolve URLs. The default is nil
.
Markdown URLを解決するときに使う基底URL。イニシャライザは、URLをこのURLに相対的であるとみなします。この値がnil
ならば、イニシャライザはURLを分析しません。省略時にはnil
です。
If your source string includes custom attributes defined by conformers to Markdown
and used with Apple’s markdown extension syntax, be sure to include the allows
option. Otherwise, the initializer doesn’t parse these attributes.
init(contentsOf : URL, options: AttributedString.MarkdownParsingOptions, baseURL : URL?)
init<S>(contentsOf : URL, including: KeyPath<AttributeScopes, S.Type>, options: AttributedString.MarkdownParsingOptions, baseURL : URL?)