# EFCMark **Repository Path**: suxinde2009/EFCMark ## Basic Information - **Project Name**: EFCMark - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EFCMark [![CI Status](http://img.shields.io/travis/EFPrefix/EFCMark.svg?style=flat)](https://travis-ci.org/EFPrefix/EFCMark) [![Version](https://img.shields.io/cocoapods/v/EFCMark.svg?style=flat)](http://cocoapods.org/pods/EFCMark) [![Platform](https://img.shields.io/cocoapods/p/EFCMark.svg?style=flat)](http://cocoapods.org/pods/EFCMark) [![QQ Group](https://img.shields.io/badge/QGroup-769966374-32befc.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAA4VBMVEUAAAAAAAAAAAD3rwgAAAAAAADpICBuTQNUDAwAAAAAAAAAAAAAAADnICAAAAAAAACbFRUAAAD5rgkfFgEAAADHGxu1GBhGOyQ6LhMPCgAAAAB0UQRbDAziHh7hHh5HRUEAAAAPAgIQCwEQEBAdBAQgICAvIQIvLy8+LAJAQEBJCgpWRBpbW1tfX19gYGBqZVptTARvb299VwSAgICEhISHh4ePhnGbbAWgoKCseAawsLC7gwbAwMDExMTFrKzLjgfoHx/powfqpAjvZGTw8PDxcnLxenrzj4/5rgj5x8f///9y6ONcAAAAIHRSTlMAECAgMEBQVlhggZGhobHBwdHR3eHh4+fp7/Hx9/f5+3tefS0AAACkSURBVHjaNc1FAsJAEAXRDj64BAv2IbgEd2s0gfsfiJkAtXurIpkWMQBd0K8O3KZfhWEeW9YB8LnUYY2Gi6WJqJIHwKo7GAMpRT/aV0d2BhRD/Xp7tt9OGs2yYoy5mpUxc0BOc/yvkiQSwJPZtu3XCdAoDtjMb5k8C9KN1utx+zFChsD97bYzRII0Ss2/7IUliILFjZKV8ZLM61xK+V6tsHbSRB+BYB6Vhuib7wAAAABJRU5ErkJggg==)](http://shang.qq.com/wpa/qunwpa?idkey=d0f732585dcb0c6f2eb26bc9e0327f6305d18260eeba89ed26a201b520c572c0) EFCMark is a CocoaPods version and also a backup of [brokenhandsio/cmark-gfm](https://github.com/brokenhandsio/cmark-gfm), `cmark-gfm` is an SPM-compatible fork of Github's implementation of the [CommonMark library](http://commonmark.org/). Github's fork adds GitHub Flavoured Markdown extensions to [the upstream implementation](https://github.com/jgm/cmark), as defined in [the spec](https://github.github.com/gfm/). For more information, see the [Github `cmark` repository](https://github.com/github/cmark/). ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements - XCode 8.0+ ## Installation EFCMark is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'EFCMark' ```