Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | // Defaults // ============= // // These are the default configuration options. All of these may be extended // by user-specified options - either in the CLI or programatically. export default { css: null, dryrun: false, extension: null, languages: {}, layout: "parallel", marked: null, output: "docs", template: null, throw: false, verbose: false, zip: null }; |