Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.04 KB

hljs-enhance

logo

Adds a little extra stuff to highlight.js

License:MIT npm Build

Stuff

  1. Normalizes code indent to first column of display box
  2. Trims whitespace around code
  3. Adds border with option for caption (<figcaption>)
  4. Adds hover effect to syntax highlighting

See It

https://center-key.github.io/hljs-enhance

Use It

From a CDN

instructions.txt

In a project

$ npm install hljs-enhance

MIT License