{
	"tags": {
		"allowUnknownTags": true
	},
	"source": {
		"include": [
            "./demo/src",
			"./README.md"
		]
	},
	"plugins": ["plugins/markdown"],
	"templates": {
		"cleverLinks": false,
		"monospaceLinks": false,
		"default": {
			"outputSourceFiles": true
		}
	},
	"opts": {
		"encoding": "utf8",
		"destination": "output",
		"recurse": true,
		"template": "./",
		"theme_opts": {
			"title": "prismarine-jsdoc-theme",
			"footer": "Fork: <a href='https://github.com/ranguli/prismarine-docjs-theme'>https://github.com/ranguli/prismarine-docjs-theme",
			"meta": [
				"<meta name=\"author\" content=\"ranguli\">",
				"<meta name=\"description\" content=\"A beautifully crafted theme/template for JSDoc 3.\">"
			]
		}
	},
	"markdown.hardwrap": true,
	"markdown": {
		"hardwrap": true
	}
}
