# SwiftMarkDown **Repository Path**: noah37/SwiftMarkDown ## Basic Information - **Project Name**: SwiftMarkDown - **Description**: markdown 解析库 - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-09 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SwiftMarkdown rdeeere ![Platform](https://img.shields.io/badge/platforms-iOS%208.0+%20%7C%20macOS%2010.10+%20%7C%20tvOS%209.0+%20%7C%20watchOS%202.0+-333333.svg) [![Language](https://img.shields.io/badge/language-Swift-brightgreen.svg?style=flat)](https://developer.apple.com/Objective-C) [![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](http://mit-license.org) **markdown解析器**解析器 代码示例如下 ```` private lazy var markView:CMarkView = { let view = CMarkView() view.backgroundColor = UIColor.white view.delegate = self view.downloadCompletion = { [weak self, weak view] in self?.layout = view?.layout } return view }() ````
[百度一下](https://www.baidu.com) **仅供学习交流,请勿用于商业用途** ## Requirements - iOS 9.0+ / macOS 10.14+ / tvOS 9.0+ / watchOS 2.0+ - Xcode 10.2+ - Swift 5.0+ Main development of SwiftMarkdown olny support Swift 5.0+. ## Here you can see ![书架](https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fn.sinaimg.cn%2Fsinacn10113%2F160%2Fw1024h1536%2F20190307%2Fcdd4-htwhfzt0844558.jpg&refer=http%3A%2F%2Fn.sinaimg.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1623499527&t=bf8daff30378237a173aef48f660bdba) ![](file://bg_personal_center) ## Install 请执行以下操作,确保所有的依赖库安装完成后使用. **CocoaPods:** `$ pod install` ## Contact Follow and contact me on mail [2252055382@qq.com](https://mail.qq.com/). If you find an issue, just [open a ticket](https://gitee.com/noah37/SwiftMarkDown/issues/new?issue%5Bassignee_id%5D=0&issue%5Bmilestone_id%5D=0). Pull requests are warmly welcome as well. ## License SwiftMarkdown is released under the Apache2.0 license. See LICENSE for details.