Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 758 Bytes

highlight-js

JavaScript text higlighting jQuery plugin. This is a fork of the highlight.js library authored by Johann Burkard. The original can be found here.

Modification

  • 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.