fix bustage in GFM module

This commit is contained in:
Jeff Williams 2013-01-23 22:50:45 -08:00
parent a693262c66
commit 4da46d6a48

View File

@ -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