Declared in NSString+Markdown.h

Overview

NSString+Markdown is a NSString category to convert markdown string to an HTML string.

Instance Methods

htmlStringFromMarkdown

Converts the given markdown string to an HTML string.

- (NSString *)htmlStringFromMarkdown

Return 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.h

htmlWithMarkdown

Converts the given markdown string to an HTML string. (Deprecated: This method will be removed in 0.3.0, use htmlStringFromMarkdown: instead.)

- (NSString *)htmlWithMarkdown

Return 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