diff --git a/.gitattributes b/.gitattributes index 91dddc2..576bdfd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,5 +19,6 @@ license.txt text # Force LF on js files *.js text eol=lf -# Force binary mode on bin dir +# Force binary mode on bin dir and dist fir bin/* binary +dist/* binary diff --git a/dist/showdown.js b/dist/showdown.js index 8177ef2..b04b214 100644 Binary files a/dist/showdown.js and b/dist/showdown.js differ diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 27a8303..e2f6211 100644 Binary files a/dist/showdown.min.js and b/dist/showdown.min.js differ