Initializer

init(contentsOf:options:baseURL:)

Creates an attributed string from the contents of a specified URL that contains Markdown-formatted data using the provided options. ある属性付き文字列を作成します、Markdown書式設定されたデータを含むある指定URLの内容から、この提供されたオプションを使って。

Declaration 宣言

convenience init(contentsOf url: URL, options: AttributedString.MarkdownParsingOptions = .init(), baseURL: URL? = nil) throws

Parameters パラメータ

url

The URL to load Markdown-formatted data from. このURLからMarkdown書式設定されたデータをロードすることになります。

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です。

See Also 参照

Creating an Attributed String from Markdown 属性付き文字列をMarkdownから作成する