mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
rename gfmHardwrap config option to hardwrap for agreement with dialect and future-proofing
This commit is contained in:
parent
22ce570985
commit
f45d9bbccc
@ -28,7 +28,7 @@ function getParser(parser, conf) {
|
||||
parser = new (require("gfm/showdown").Converter)();
|
||||
parser.githubRepoOwner = conf.githubRepoOwner;
|
||||
parser.githubRepoName = conf.githubRepoName;
|
||||
parser.hardwrap = !!conf.gfmHardwrap;
|
||||
parser.hardwrap = !!conf.hardwrap;
|
||||
|
||||
return function(source) {
|
||||
return parser.makeHtml(source);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user