-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
137 changed files
with
3,694 additions
and
9,354 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/test export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
/perlMarkdown export-ignore | ||
/example export-ignore | ||
grunt.js export-ignore | ||
|
||
.jshintignore export-ignore | ||
.travis.yml export-ignore | ||
Gruntfile.js export-ignore |
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,4 +1,5 @@ | ||
.idea/ | ||
build/ | ||
.DS_Store | ||
node_modules | ||
npm-debug.log | ||
.idea/ |
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,2 +1,3 @@ | ||
Gruntfile.js | ||
dist/**/*.js | ||
dist/**/*.js | ||
build/**/*.js |
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,27 @@ | ||
{ | ||
"node": true, | ||
"browser": true, | ||
"esnext": true, | ||
"bitwise": true, | ||
"camelcase": true, | ||
"curly": true, | ||
"eqeqeq": true, | ||
"immed": true, | ||
"indent": 2, | ||
"latedef": "nofunc", | ||
"newcap": true, | ||
"noarg": true, | ||
"quotmark": "single", | ||
"undef": false, | ||
"unused": true, | ||
"strict": false, | ||
"trailing": true, | ||
"smarttabs": true, | ||
"globals": { | ||
"angular": true, | ||
"module": true, | ||
"define": true, | ||
"window": true, | ||
"showdown": true | ||
} | ||
} |
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,39 @@ | ||
Credits | ||
======= | ||
- Showdown v2 | ||
* [Estevão Santos](http://soares-dos-santos.com)<br/> | ||
Code Refactoring and project maintainer | ||
|
||
- Showdown v1 | ||
* [Corey Innis](http://github.com/coreyti):<br/> | ||
GitHub project maintainer | ||
* [Remy Sharp](https://github.com/remy/):<br/> | ||
CommonJS-compatibility and more | ||
* [Konstantin Käfer](https://github.com/kkaefer/):<br/> | ||
CommonJS packaging | ||
* [Roger Braun](https://github.com/rogerbraun):<br/> | ||
Github-style code blocks | ||
* [Dominic Tarr](https://github.com/dominictarr):<br/> | ||
Documentation | ||
* [Cat Chen](https://github.com/CatChen):<br/> | ||
Export fix | ||
* [Titus Stone](https://github.com/tstone):<br/> | ||
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 | ||
* [Adam Backstrom](https://github.com/abackstrom):<br/> | ||
WebKit bugfix | ||
* [Pascal Deschênes](https://github.com/pdeschen):<br/> | ||
Grunt support, extension fixes + additions, packaging improvements, documentation | ||
* [Estevão Santos](http://soares-dos-santos.com)<br/> | ||
Bug fixing and later maintainer | ||
|
||
- Original Project | ||
* [John Gruber](http://daringfireball.net/projects/markdown/)<br/> | ||
Author of Markdown | ||
* [John Fraser](http://attacklab.net/) | ||
Author of Showdown |
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
Oops, something went wrong.
eae5f0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should fix browserify issues
Closes #122, closes #109, closes #50, closes #104, closes #118, closes #108, closes #56
eae5f0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, it should:
Close #123
eae5f0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #68
eae5f0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #76