# RCMarkdownParser **Repository Path**: mirrors_RocketChat/RCMarkdownParser ## Basic Information - **Project Name**: RCMarkdownParser - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RCMarkdownParser [![CI Status](https://img.shields.io/travis/cardoso/RCMarkdownParser.svg?style=flat)](https://travis-ci.org/cardoso/RCMarkdownParser) [![Version](https://img.shields.io/cocoapods/v/RCMarkdownParser.svg?style=flat)](http://cocoapods.org/pods/RCMarkdownParser) [![License](https://img.shields.io/cocoapods/l/RCMarkdownParser.svg?style=flat)](http://cocoapods.org/pods/RCMarkdownParser) [![Platform](https://img.shields.io/cocoapods/p/RCMarkdownParser.svg?style=flat)](http://cocoapods.org/pods/RCMarkdownParser) Based off of [LTMarkdownParser](http://github.com/LyokoTech/LTMarkdownParser) The goal is emulating behavior from the web version of Rocket.Chat. See this [file](https://github.com/RocketChat/Rocket.Chat/blob/develop/packages/rocketchat-markdown/parser/original/markdown.js). ## Usage To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation RCMarkdownParser is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod "RCMarkdownParser" ``` ## Author Matheus Cardoso, matheus@cardo.so ## License RCMarkdownParser is available under the MIT license. See the LICENSE file for more info.