showdown/src
Jason Mitchell 466a2eba94 fix(helper.isArray): replace a.constructor === Array with Array.isArray
a.constructor === Array is always falsey when you run showdown within Node's VM API.

Related to https://github.com/nodejs/node/issues/7351

Closes #425
2017-08-26 03:46:38 +01:00
..
cli Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
subParsers feat(rawPrefixHeaderId): add option to prevent showdown from modifying the prefix 2017-08-06 18:19:46 +01:00
converter.js fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
helpers.js fix(helper.isArray): replace a.constructor === Array with Array.isArray 2017-08-26 03:46:38 +01:00
loader.js removing define module name as it breaks aliasing the module name 2015-12-22 20:24:53 -08:00
options.js feat(rawPrefixHeaderId): add option to prevent showdown from modifying the prefix 2017-08-06 18:19:46 +01:00
showdown.js fix(github flavor): add backslashEscapesHTMLTags to GFM flavor 2017-08-06 17:53:06 +01:00