Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 656 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 656 Bytes

LDOMarkdownParser

Description

Convert markdown text styling into an NSAttributedString

Supported styles:

  • **bold**
  • _italic_
  • [link](http://example.com)

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

LDOMarkdownParser is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LDOMarkdownParser'

Author

Raschke & Ludwig GbR, https://www.lurado.com/

License

LDOMarkdownParser is available under the MIT license. See the LICENSE file for more information.