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