gaearon / gitbook-plugin-prism

Gitbook plugin for Prism highlighting
Apache License 2.0
88 stars 26 forks source link

Plugin upgrades #8

Closed robmcguinness closed 8 years ago

robmcguinness commented 8 years ago
"pluginsConfig": {  
  "prism": {
    "css": [
      "prismjs/themes/prism-solarizedlight.css"
    ]
  }
}
bsideup commented 8 years ago

@gaearon this PR seems cool, could you please take a look?

gaearon commented 8 years ago

I added @robmcguinness to collaborators here and on npm. @robmcguinness Please feel free to merge and cut a release!

robmcguinness commented 8 years ago

Thanks @gaearon. I should be able to publish a new version today.