An open API service indexing awesome lists of open source software.

https://github.com/mokkapps/honkit-plugin-shiki

Honkit plugin for Shiki code highlighting
https://github.com/mokkapps/honkit-plugin-shiki

Last synced: 9 months ago
JSON representation

Honkit plugin for Shiki code highlighting

Awesome Lists containing this project

README

          

# honkit-plugin-shiki

[Honkit](https://github.com/honkit/honkit) plugin for [Shiki](https://github.com/shikijs/shiki) code highlighting

## Install

```bash
npm add -D honkit-plugin-shiki
```

## Configuration

Select your Shiki theme inside `book.json`:

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