Skip to content

A quick and easy to use code highlighting component for Ember using highlight.js.

License

Notifications You must be signed in to change notification settings

JamesLAllen/ember-cli-eg-code-highlight

 
 

Repository files navigation

Ember-highlight-js

Installation

  • npm install --save-dev ember-highlight-js

Usage

{{highlight-js code=file lang=language hasLineNumbers=hasLineNumbers}}

Configuring the styles:

ENV.emberHighlightJs: {
  style: 'arta'
};

...

Development

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

A quick and easy to use code highlighting component for Ember using highlight.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • Handlebars 19.0%
  • HTML 14.3%