diff --git a/node_modules/github-flavored-markdown/scripts/showdown.js b/node_modules/github-flavored-markdown/scripts/showdown.js index 3ff5b4c9..2b44f9d5 100644 --- a/node_modules/github-flavored-markdown/scripts/showdown.js +++ b/node_modules/github-flavored-markdown/scripts/showdown.js @@ -151,7 +151,7 @@ this.makeHtml = function(text, gh) { g_html_blocks = new Array(); // benblank - Allow hardwrapping to be disabled. - g_hardwrap = typeof this.hardwrap === "undefined" || this.hardwrap; + g_hardwrap = (typeof exports.hardwrap === "undefined" || exports.hardwrap); // attacklab: Replace ~ with ~T // This lets us use tilde as an escape char to avoid md5 hashes