diff options
-rw-r--r-- | book.json | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,10 +6,9 @@ "anchors", "edit-link", "forkmegithub", - "git-author", "hints", - "numbered-headings", "page-toc", + "numbered-headings", "terminal", "toolbar" ], @@ -25,6 +24,11 @@ "page-toc": { "selector": ".markdown-section h1, .markdown-section h2" }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, "toolbar": { "buttons": [ { |