We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33611ae commit dfba03aCopy full SHA for dfba03a
index.js
@@ -7,7 +7,7 @@ var through = require('through2'),
7
module.exports = function(opts){
8
if(opts == null){opts = {};}
9
var title = opts.title || "",
10
- notitle = opts.notitle ? opts.notitle : title ? false : true,
+ notitle = opts.notitle || false,
11
depth = opts.depth || 4,
12
mode = opts.mode || null;
13
0 commit comments