gitbook plugin [updated pkgs] https://github.com/windhamdavid/gitbook-plugin-prism-dw

Samy Pessé 9a073d41ce Add doc in readme to disable highlight 8 years ago
.gitignore 0b4401402a Initial commit after fork 8 years ago
LICENSE 828f3df964 Initial commit 10 years ago
README.md 9a073d41ce Add doc in readme to disable highlight 8 years ago
index.js 0d0818ea6c Define block "code" for highlighting 8 years ago
package.json 9a073d41ce Add doc in readme to disable highlight 8 years ago

README.md

Gitbook Plugin for Prism

Currently only supports JavaScript. Pull requests to fix this are welcome.

Before

After

Usage

Add the plugin to your book.json, and disable default GitBook code highlighting:

{
  "plugins": ["prism", "-highlight"]
}

Credits

Originally based on https://github.com/spricity/google_code_prettify.

License

Apache 2