mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
36 lines
585 B
JSON
36 lines
585 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"monospaceLinks": true,
|
|
"outputSourceFiles" : true,
|
|
"default": {
|
|
"outputSourceFiles" : true
|
|
},
|
|
"applicationName": "Demo",
|
|
"disqus": "",
|
|
"googleAnalytics": "",
|
|
"openGraph": {
|
|
"title": "",
|
|
"type": "website",
|
|
"image": "",
|
|
"site_name": "",
|
|
"url": ""
|
|
},
|
|
"meta": {
|
|
"title": "Hey",
|
|
"description": "No",
|
|
"keyword": ""
|
|
},
|
|
"linenums": true
|
|
},
|
|
"markdown": {
|
|
"parser": "gfm",
|
|
"hardwrap": true,
|
|
"tags": ["examples"]
|
|
}
|
|
}
|