20 lines
276 B
JSON
20 lines
276 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown"
|
||
|
],
|
||
|
"source":{
|
||
|
"include": ["README.md"]
|
||
|
},
|
||
|
"markdown": {
|
||
|
"parser": "gfm",
|
||
|
"hardwrap": true
|
||
|
},
|
||
|
"templates": {
|
||
|
"cleverLinks": true,
|
||
|
"monospaceLinks": true
|
||
|
}
|
||
|
}
|