NSAttributedStringCreateFromMarkdown extension
NSAttributedStringCreateFromMarkdown
Methods
-
initWithContentsOfMarkdownFileAtURL(
NSURL markdownFile, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) → NSAttributedString? -
Available on NSAttributedString, provided by the NSAttributedStringCreateFromMarkdown extension
initWithContentsOfMarkdownFileAtURL:options:baseURL:error: -
initWithMarkdown(
NSData markdown, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) → NSAttributedString? -
Available on NSAttributedString, provided by the NSAttributedStringCreateFromMarkdown extension
initWithMarkdown:options:baseURL:error: -
initWithMarkdownString(
NSString markdownString, {NSAttributedStringMarkdownParsingOptions? options, NSURL? baseURL}) → NSAttributedString? -
Available on NSAttributedString, provided by the NSAttributedStringCreateFromMarkdown extension
initWithMarkdownString:options:baseURL:error: