Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baz/libORCDiscount

Objective-C static library wrapping the discount library
https://github.com/baz/libORCDiscount

Last synced: 16 days ago
JSON representation

Objective-C static library wrapping the discount library

Awesome Lists containing this project

README

        

## libORCMarkdown

This is an Objective-C wrapper for the [discount library](https://github.com/Orc/discount.git) (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).