17 lines
328 B
JSON
17 lines
328 B
JSON
5 years ago
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"plugins": ["plugins/markdown"],
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": false,
|
||
|
"useLongnameInNav": false,
|
||
|
"showInheritedInNav": true
|
||
|
},
|
||
|
"markdown": {
|
||
|
"parser": "gfm",
|
||
|
"hardwrap": true
|
||
|
}
|
||
|
}
|