Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baz/libORCDiscount
- Owner: baz
- Created: 2013-07-31T02:23:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T06:49:24.000Z (almost 7 years ago)
- Last Synced: 2024-07-31T22:57:05.504Z (3 months ago)
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 11
- Watchers: 10
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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).