mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Generate valid first level table of content for ebook
This commit is contained in:
@@ -34,7 +34,8 @@ Generator.prototype.finish = function() {
|
||||
}
|
||||
|
||||
var _options = {
|
||||
"--cover": that.options.cover
|
||||
"--cover": that.options.cover,
|
||||
"--chapter": "\"descendant-or-self::*[contains(concat(' ', normalize-space(@class), ' '), ' book-chapter ')]\""
|
||||
};
|
||||
|
||||
var command = [
|
||||
|
||||
Reference in New Issue
Block a user