play around with plugin settings
This commit is contained in:
parent
4c7c7747a3
commit
2dea401a8e
1 changed files with 6 additions and 2 deletions
|
@ -6,10 +6,9 @@
|
||||||
"anchors",
|
"anchors",
|
||||||
"edit-link",
|
"edit-link",
|
||||||
"forkmegithub",
|
"forkmegithub",
|
||||||
"git-author",
|
|
||||||
"hints",
|
"hints",
|
||||||
"numbered-headings",
|
|
||||||
"page-toc",
|
"page-toc",
|
||||||
|
"numbered-headings",
|
||||||
"terminal",
|
"terminal",
|
||||||
"toolbar"
|
"toolbar"
|
||||||
],
|
],
|
||||||
|
@ -25,6 +24,11 @@
|
||||||
"page-toc": {
|
"page-toc": {
|
||||||
"selector": ".markdown-section h1, .markdown-section h2"
|
"selector": ".markdown-section h1, .markdown-section h2"
|
||||||
},
|
},
|
||||||
|
"terminal": {
|
||||||
|
"copyButtons": true,
|
||||||
|
"fade": false,
|
||||||
|
"style": "flat"
|
||||||
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"buttons": [
|
"buttons": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue