forked from toptensoftware/markdowndeep
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# License | ||
|
||
Original work Copyright (C) 2010-2011 Topten Software | ||
Modified work Copyright 2017 Ryan Gregg | ||
|
||
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](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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,18 @@ | ||
# 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](https://github.com/onedrive/markdown-scanner) project. | ||
This is a fork of the MarkdownDeep OSS project created by TopTenSoftware. | ||
|
||
## Goals | ||
As of March 2016, that repoistory appears to be no longer maintained. | ||
This is for updates the markdown parser to better handle GitHub Flavored Markdown in support of the [Markdown-Scanner](https://github.com/onedrive/markdown-scanner) project. | ||
|
||
1. Support GFM more completely than the previous library | ||
2. Increase code quality and comments to improve maintainability of this library | ||
## Goals (in this fork) | ||
|
||
1. Maintain this library and fix bugs in the markdown parsing and translation to HTML. | ||
1. Support GitHub Flavored Markdown (GFM) more completely and stay up-to-date with changes to GFM. | ||
1. Increase code quality and comments to improve maintainability of this library. | ||
|
||
This project is maintained by [rgregg](https://github.com/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. | ||
``` | ||
This project is licensed under [Apache 2.0](LICENSE.md). |