Merge pull request #46 from zofrex/grey-to-gray

Change 'grey' to 'gray' in HTML/CSS output
This commit is contained in:
Ron Korving 2013-04-26 00:22:48 -07:00
commit 6ce311411e

View File

@ -87,7 +87,7 @@ function stylize(str, style) {
'strikethrough' : ['<del>', '</del>'],
//grayscale
'white' : ['<span style="color:white;">', '</span>'],
'grey' : ['<span style="color:grey;">', '</span>'],
'grey' : ['<span style="color:gray;">', '</span>'],
'black' : ['<span style="color:black;">', '</span>'],
//colors
'blue' : ['<span style="color:blue;">', '</span>'],