JavaScript text higlighting jQuery plugin. This is a fork of the highlight.js library authored by Johann Burkard. The original can be found here.
- 2012-09-10 - Highlight API also accepts array of terms to be highlighted.
- 2012-12-20 - via @dgsmith2
- Added ability to control how diacritics are handled. Ignoring/honoring can be done on a case by case scenario via a parameter or on the whole by updating the default.
- Defined the plugin according to jQuery's documentation (but with the Bootstrap spin) as well as leverage built-in Array check.