mirror of
https://github.com/quartz-community/github-flavored-markdown.git
synced 2026-07-22 02:50:28 +00:00
docs: add missing defaultOptions and optionSchema to package.json manifest
This commit is contained in:
parent
34243054ce
commit
ab1846baf6
1 changed files with 12 additions and 1 deletions
13
package.json
13
package.json
|
|
@ -88,6 +88,17 @@
|
|||
"dependencies": [],
|
||||
"defaultOrder": 40,
|
||||
"defaultEnabled": true,
|
||||
"defaultOptions": {}
|
||||
"defaultOptions": {
|
||||
"enableSmartyPants": true,
|
||||
"linkHeadings": true
|
||||
},
|
||||
"optionSchema": {
|
||||
"enableSmartyPants": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"linkHeadings": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue