mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix bustage in GFM module
This commit is contained in:
parent
a693262c66
commit
4da46d6a48
2
node_modules/github-flavored-markdown/scripts/showdown.js
generated
vendored
2
node_modules/github-flavored-markdown/scripts/showdown.js
generated
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user