This project adheres to Semantic Versioning.
3.0.0 - 2017-02-26
- Update highlight.js. (#2)
- Drop Babel. This drops support for Node.js versions that doesn't support ES6.
2.0.0 - 2015-06-29
- Also add the
hljs
class to indented code blocks (together with fenced code blocks). This new behavior can be disabled with thecode
option. - Never automatically detect the language if a language was specified, even if not recognized.
- Add an
auto
option to control if fenced code without language should be automatically highlighted.
1.1.2 - 2015-05-25
- Update license format in
package.json
.
1.1.1 - 2015-03-27
- Ensure
hljs
class is set even if no language is given.
1.1.0 - 2015-03-17
- Add
hljs
class andlangPrefix
to code blocks.
- Initial release.