update contributors
This commit is contained in:
parent
374669bb49
commit
e517605e09
2 changed files with 15 additions and 4 deletions
14
README.md
14
README.md
|
@ -298,11 +298,13 @@ Credits
|
||||||
Author of Showdown
|
Author of Showdown
|
||||||
* [John Gruber](http://daringfireball.net/projects/markdown/):<br/>
|
* [John Gruber](http://daringfireball.net/projects/markdown/):<br/>
|
||||||
Author of Markdown
|
Author of Markdown
|
||||||
* Maintenance
|
* Maintenance/Contributions
|
||||||
* [Corey Innis](http://github.com/coreyti):<br/>
|
* [Corey Innis](http://github.com/coreyti):<br/>
|
||||||
GitHub project maintainer
|
GitHub project maintainer
|
||||||
* [Remy Sharp](http://remysharp.com/):<br/>
|
* [Remy Sharp](https://github.com/remy/):<br/>
|
||||||
CommonJS-compatibility and more
|
CommonJS-compatibility and more
|
||||||
|
* [Konstantin Käfer](https://github.com/kkaefer/):<br/>
|
||||||
|
CommonJS packaging
|
||||||
* [Roger Braun](https://github.com/rogerbraun):<br/>
|
* [Roger Braun](https://github.com/rogerbraun):<br/>
|
||||||
Github-style code blocks
|
Github-style code blocks
|
||||||
* [Dominic Tarr](https://github.com/dominictarr):<br/>
|
* [Dominic Tarr](https://github.com/dominictarr):<br/>
|
||||||
|
@ -310,5 +312,11 @@ Credits
|
||||||
* [Cat Chen](https://github.com/CatChen):<br/>
|
* [Cat Chen](https://github.com/CatChen):<br/>
|
||||||
Export fix
|
Export fix
|
||||||
* [Titus Stone](https://github.com/tstone):<br/>
|
* [Titus Stone](https://github.com/tstone):<br/>
|
||||||
Mocha tests, **extension mechanism**, and bug fixes
|
**Mocha tests**, **extension mechanism**, and bug fixes
|
||||||
|
* [Rob Sutherland](https://github.com/roberocity):<br/>
|
||||||
|
The idea that lead to extensions
|
||||||
|
* [Pavel Lang](https://github.com/langpavel):<br/>
|
||||||
|
Code cleanup
|
||||||
|
* [Ben Combee](https://github.com/unwiredben):<br/>
|
||||||
|
Regex optimization
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,10 @@
|
||||||
"Roger Braun",
|
"Roger Braun",
|
||||||
"Dominic Tarr",
|
"Dominic Tarr",
|
||||||
"Cat Chen",
|
"Cat Chen",
|
||||||
"Titus Stone"
|
"Titus Stone",
|
||||||
|
"Rob Sutherland",
|
||||||
|
"Pavel Lang",
|
||||||
|
"Ben Combee"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue