gitbook plugin [updated pkgs] https://github.com/windhamdavid/gitbook-plugin-prism-dw
|  | 9 years ago | |
|---|---|---|
| .gitignore | 10 years ago | |
| LICENSE | 11 years ago | |
| README.md | 9 years ago | |
| index.js | 9 years ago | |
| package.json | 9 years ago | 
| Before | After | 
|   |   | 
Add the plugin to your book.json, and disable default GitBook code highlighting:
{
  "plugins": ["prism", "-highlight"]
}
Override default styles. All css files must reside in the same folder.
"pluginsConfig": {  
  "prism": {
    "css": [
      "prismjs/themes/prism-solarizedlight.css"
    ]
  }
}
Originally based on https://github.com/spricity/google_code_prettify.
Apache 2