rgregg / markdowndeep

Open-source implementation of Markdown for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownDeep - RGregg Fork

This is a fork of the MarkdownDeep OSS project created by TopTenSoftware. As of March 2016, that repoistory appears to be no longer maintained. This is an attempt to update the markdown parser to better handle GitHub Flavored Markdown in support of the Markdown-Scanner project.

Goals

  1. Support GFM more completely than the previous library
  2. Increase code quality and comments to improve maintainability of this library

This project is maintained by rgregg.

License

The original MarkdownDeep project carries the following License

//   MarkdownDeep - http://www.toptensoftware.com/markdowndeep
//	 Copyright (C) 2010-2011 Topten Software
// 
//   Licensed under the Apache License, Version 2.0 (the "License"); you may not use this product except in 
//   compliance with the License. You may obtain a copy of the License at
//
//   http://www.apache.org/licenses/LICENSE-2.0
//
//   Unless required by applicable law or agreed to in writing, software distributed under the License is 
//   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
//   See the License for the specific language governing permissions and limitations under the License.

About

Open-source implementation of Markdown for C#


Languages

Language:C# 70.7%Language:HTML 29.3%