# reveal-code-focus
A [Reveal.js](https://github.com/hakimel/reveal.js) plugin that allows focusing
on specific lines of code blocks.
### Using [npm](https://www.npmjs.com/)
```bash
$ npm install --save reveal-code-focus
```
### Using [Bower](http://bower.io/)
```bash
$ bower install --save reveal-code-focus
```
### Gotchas
* Ensure that the actual [`highlight.js` library](https://highlightjs.org/), and
not the [Reveal.js plugin](https://github.com/hakimel/reveal.js/blob/master/plugin/highlight/highlight.js)
is loaded.
* **Do not** initialize code highlighting with `hljs.initHighlightingOnLoad()`.
[reveal-code-focus on GitHub](https://github.com/bnjmnt4n/reveal-code-focus)