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