init(markdown: String, options: AttributedString.MarkdownParsingOptions, baseURL : URL?)
Creates an attributed string from a Markdown-formatted string 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の内容から、この提供されたオプションを使って。