npm.io
1.0.1 • Published 2 years ago

honkit-plugin-shiki

Licence
MIT
Version
1.0.1
Deps
1
Size
4 kB
Vulns
0
Weekly
0

honkit-plugin-shiki

Honkit plugin for Shiki code highlighting

Install

npm add -D honkit-plugin-shiki

Configuration

Select your Shiki theme inside book.json:

{
  "title": "My Book",
  "description": "Best book ever",
  "author": "Michael Hoffmann",
  "plugins": ["honkit-plugin-shiki"],
  "pluginsConfig": {
    "shiki": {
      "theme": "nord"
    }
  }
}