NSString(Markdown) Category Reference
| Declared in | NSString+Markdown.h |
Instance Methods
htmlStringFromMarkdown
Converts the given markdown string to an HTML string.
- (NSString *)htmlStringFromMarkdownReturn Value
Returns an HTML string, or nil if the string couldn’t be converted.
Availability
Available in 0.2.0 or later
Declared In
NSString+Markdown.hhtmlWithMarkdown
Converts the given markdown string to an HTML string. (Deprecated: This method will be removed in 0.3.0, use htmlStringFromMarkdown: instead.)
- (NSString *)htmlWithMarkdownReturn Value
Returns an HTML string, or nil if the string couldn’t be converted.
Availability
Available in 0.1.0 and 0.2.0.
Declared In
NSString+Markdown.h