Skip to content

baz/libORCDiscount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libORCMarkdown

This is an Objective-C wrapper for the discount library (implementation of Markdown written in C).

It builds a static library with a simple NSString category with the following signatures:

- (NSString *)orc_HTMLFromMarkdown

- (NSString *)orc_HTMLFromGitHubMarkdown

Builds on Mac currently, haven't tested on iOS but should be easy to get it running over there too.

You'll need to add -ObjC and -all_load to your linker flags to use the categories.

Licensed under the same license as discount (BSD-style license).

About

Objective-C static library wrapping the discount library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published