A quick and easy to use code highlighting component for Ember using highlight.js
npm install ember-highlight-js* npm install --save-dev ember-highlight-js
``js`
{{highlight-js code=file lang=language hasLineNumbers=hasLineNumbers}}
Configuring the styles:
`js
ENV.emberHighlightJs: {
style: 'arta'
};
...
`
* ember server
* Visit your app at http://localhost:4200.
* ember testember test --server
*
* ember build`
For more information on using ember-cli, visit http://www.ember-cli.com/.