Default configuration options. All of these may be extended by user-specified options.

export default {
	css: null,
	extension: null,
	languages: {},
	layout: "parallel",
	marked: null,
	output: "docs",
	template: null,
	throw: false,
	verbose: false
};
h